

Macros | |
| #define | XT_MIN_ALIGN (__alignof__(struct xt_entry)) |
| #define | XT_ALIGN(s) (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1)) |
| #define | XTC_LABEL_ACCEPT "ACCEPT" |
| #define | XTC_LABEL_DROP "DROP" |
| #define | XTC_LABEL_QUEUE "QUEUE" |
| #define | XTC_LABEL_RETURN "RETURN" |
| #define XT_ALIGN | ( | s | ) | (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1)) |
Referenced by command_default(), and nft_parse_target().
| #define XT_MIN_ALIGN (__alignof__(struct xt_entry)) |
| #define XTC_LABEL_ACCEPT "ACCEPT" |
Referenced by add_action(), and xtables_find_target().
| #define XTC_LABEL_DROP "DROP" |
Referenced by add_action(), and xtables_find_target().
| #define XTC_LABEL_QUEUE "QUEUE" |
Referenced by xtables_find_target().
| #define XTC_LABEL_RETURN "RETURN" |
Referenced by add_action(), and xtables_find_target().