Go to the documentation of this file. 1 #ifndef __LINUX_TC_GACT_H
2 #define __LINUX_TC_GACT_H
4 #include <linux/types.h>
15 #define PGACT_NETRAND 1
16 #define PGACT_DETERM 2
17 #define MAX_RAND (PGACT_DETERM + 1 )
30 #define TCA_GACT_MAX (__TCA_GACT_MAX - 1)