Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ebt_mark_t.h File Reference

Go to the source code of this file.

Data Structures

struct  ebt_mark_t_info
 

Macros

#define MARK_SET_VALUE   (0xfffffff0)
 
#define MARK_OR_VALUE   (0xffffffe0)
 
#define MARK_AND_VALUE   (0xffffffd0)
 
#define MARK_XOR_VALUE   (0xffffffc0)
 
#define EBT_MARK_TARGET   "mark"
 

Macro Definition Documentation

#define EBT_MARK_TARGET   "mark"

Definition at line 21 of file ebt_mark_t.h.

#define MARK_AND_VALUE   (0xffffffd0)

Definition at line 13 of file ebt_mark_t.h.

#define MARK_OR_VALUE   (0xffffffe0)

Definition at line 12 of file ebt_mark_t.h.

#define MARK_SET_VALUE   (0xfffffff0)

Definition at line 11 of file ebt_mark_t.h.

#define MARK_XOR_VALUE   (0xffffffc0)

Definition at line 14 of file ebt_mark_t.h.