|
Linux Kernel
3.7.1
|
#include <linux/types.h>Go to the source code of this file.
Data Structures | |
| struct | xt_policy_spec |
| union | xt_policy_addr |
| struct | xt_policy_elem |
| struct | xt_policy_info |
Macros | |
| #define | XT_POLICY_MAX_ELEM 4 |
Enumerations | |
| enum | xt_policy_flags { XT_POLICY_MATCH_IN = 0x1, XT_POLICY_MATCH_OUT = 0x2, XT_POLICY_MATCH_NONE = 0x4, XT_POLICY_MATCH_STRICT = 0x8 } |
| enum | xt_policy_modes { XT_POLICY_MODE_TRANSPORT, XT_POLICY_MODE_TUNNEL } |
| #define XT_POLICY_MAX_ELEM 4 |
Definition at line 6 of file xt_policy.h.
| enum xt_policy_flags |
Definition at line 8 of file xt_policy.h.
| enum xt_policy_modes |
Definition at line 15 of file xt_policy.h.
1.8.2