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

Go to the source code of this file.

Data Structures

struct  tc_pedit_key
 
struct  tc_pedit_sel
 

Macros

#define TCA_ACT_PEDIT   7
 
#define TCA_PEDIT_MAX   (__TCA_PEDIT_MAX - 1)
 
#define tc_pedit   tc_pedit_sel
 

Enumerations

enum  { TCA_PEDIT_UNSPEC, TCA_PEDIT_TM, TCA_PEDIT_PARMS, __TCA_PEDIT_MAX }
 

Macro Definition Documentation

#define tc_pedit   tc_pedit_sel

Definition at line 32 of file tc_pedit.h.

#define TCA_ACT_PEDIT   7

Definition at line 7 of file tc_pedit.h.

#define TCA_PEDIT_MAX   (__TCA_PEDIT_MAX - 1)

Definition at line 15 of file tc_pedit.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
TCA_PEDIT_UNSPEC 
TCA_PEDIT_TM 
TCA_PEDIT_PARMS 
__TCA_PEDIT_MAX 

Definition at line 9 of file tc_pedit.h.