Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tc_ipt.h
Go to the documentation of this file.
1 #ifndef __LINUX_TC_IPT_H
2 #define __LINUX_TC_IPT_H
3 
4 #include <linux/pkt_cls.h>
5 
6 #define TCA_ACT_IPT 6
7 
8 enum {
17 };
18 #define TCA_IPT_MAX (__TCA_IPT_MAX - 1)
19 
20 #endif