|
Linux Kernel
3.7.1
|
#include <linux/types.h>Go to the source code of this file.
Data Structures | |
| struct | ebt_mark_m_info |
Macros | |
| #define | EBT_MARK_AND 0x01 |
| #define | EBT_MARK_OR 0x02 |
| #define | EBT_MARK_MASK (EBT_MARK_AND | EBT_MARK_OR) |
| #define | EBT_MARK_MATCH "mark_m" |
| #define EBT_MARK_AND 0x01 |
Definition at line 6 of file ebt_mark_m.h.
| #define EBT_MARK_MASK (EBT_MARK_AND | EBT_MARK_OR) |
Definition at line 8 of file ebt_mark_m.h.
| #define EBT_MARK_MATCH "mark_m" |
Definition at line 14 of file ebt_mark_m.h.
| #define EBT_MARK_OR 0x02 |
Definition at line 7 of file ebt_mark_m.h.
1.8.2