|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | xt_state_info |
Macros | |
| #define | XT_STATE_BIT(ctinfo) (1 << ((ctinfo)%IP_CT_IS_REPLY+1)) |
| #define | XT_STATE_INVALID (1 << 0) |
| #define | XT_STATE_UNTRACKED (1 << (IP_CT_NUMBER + 1)) |
| #define XT_STATE_BIT | ( | ctinfo | ) | (1 << ((ctinfo)%IP_CT_IS_REPLY+1)) |
Definition at line 4 of file xt_state.h.
| #define XT_STATE_INVALID (1 << 0) |
Definition at line 5 of file xt_state.h.
| #define XT_STATE_UNTRACKED (1 << (IP_CT_NUMBER + 1)) |
Definition at line 7 of file xt_state.h.
1.8.2