Go to the documentation of this file. 1 #ifndef __LINUX_BRIDGE_EBT_MARK_T_H
2 #define __LINUX_BRIDGE_EBT_MARK_T_H
11 #define MARK_SET_VALUE (0xfffffff0)
12 #define MARK_OR_VALUE (0xffffffe0)
13 #define MARK_AND_VALUE (0xffffffd0)
14 #define MARK_XOR_VALUE (0xffffffc0)
21 #define EBT_MARK_TARGET "mark"