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

Go to the source code of this file.

Data Structures

struct  tc_skbedit
 

Macros

#define TCA_ACT_SKBEDIT   11
 
#define SKBEDIT_F_PRIORITY   0x1
 
#define SKBEDIT_F_QUEUE_MAPPING   0x2
 
#define SKBEDIT_F_MARK   0x4
 
#define TCA_SKBEDIT_MAX   (__TCA_SKBEDIT_MAX - 1)
 

Enumerations

enum  {
  TCA_SKBEDIT_UNSPEC, TCA_SKBEDIT_TM, TCA_SKBEDIT_PARMS, TCA_SKBEDIT_PRIORITY,
  TCA_SKBEDIT_QUEUE_MAPPING, TCA_SKBEDIT_MARK, __TCA_SKBEDIT_MAX
}
 

Macro Definition Documentation

#define SKBEDIT_F_MARK   0x4

Definition at line 29 of file tc_skbedit.h.

#define SKBEDIT_F_PRIORITY   0x1

Definition at line 27 of file tc_skbedit.h.

#define SKBEDIT_F_QUEUE_MAPPING   0x2

Definition at line 28 of file tc_skbedit.h.

#define TCA_ACT_SKBEDIT   11

Definition at line 25 of file tc_skbedit.h.

#define TCA_SKBEDIT_MAX   (__TCA_SKBEDIT_MAX - 1)

Definition at line 44 of file tc_skbedit.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
TCA_SKBEDIT_UNSPEC 
TCA_SKBEDIT_TM 
TCA_SKBEDIT_PARMS 
TCA_SKBEDIT_PRIORITY 
TCA_SKBEDIT_QUEUE_MAPPING 
TCA_SKBEDIT_MARK 
__TCA_SKBEDIT_MAX 

Definition at line 35 of file tc_skbedit.h.