Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations
tc_ipt.h File Reference
#include <linux/pkt_cls.h>

Go to the source code of this file.

Macros

#define TCA_ACT_IPT   6
 
#define TCA_IPT_MAX   (__TCA_IPT_MAX - 1)
 

Enumerations

enum  {
  TCA_IPT_UNSPEC, TCA_IPT_TABLE, TCA_IPT_HOOK, TCA_IPT_INDEX,
  TCA_IPT_CNT, TCA_IPT_TM, TCA_IPT_TARG, __TCA_IPT_MAX
}
 

Macro Definition Documentation

#define TCA_ACT_IPT   6

Definition at line 6 of file tc_ipt.h.

#define TCA_IPT_MAX   (__TCA_IPT_MAX - 1)

Definition at line 18 of file tc_ipt.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
TCA_IPT_UNSPEC 
TCA_IPT_TABLE 
TCA_IPT_HOOK 
TCA_IPT_INDEX 
TCA_IPT_CNT 
TCA_IPT_TM 
TCA_IPT_TARG 
__TCA_IPT_MAX 

Definition at line 8 of file tc_ipt.h.