|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/types.h>Go to the source code of this file.
Data Structures | |
| struct | xt_entry_match |
| struct | xt_entry_target |
| struct | xt_standard_target |
| struct | xt_error_target |
| struct | xt_get_revision |
| struct | _xt_align |
| struct | xt_counters |
| struct | xt_counters_info |
Macros | |
| #define | XT_FUNCTION_MAXNAMELEN 30 |
| #define | XT_EXTENSION_MAXNAMELEN 29 |
| #define | XT_TABLE_MAXNAMELEN 32 |
| #define | XT_TARGET_INIT(__name, __size) |
| #define | XT_CONTINUE 0xFFFFFFFF |
| #define | XT_RETURN (-NF_REPEAT - 1) |
| #define | XT_ALIGN(s) __ALIGN_KERNEL((s), __alignof__(struct _xt_align)) |
| #define | XT_STANDARD_TARGET "" |
| #define | XT_ERROR_TARGET "ERROR" |
| #define | SET_COUNTER(c, b, p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0) |
| #define | ADD_COUNTER(c, b, p) do { (c).bcnt += (b); (c).pcnt += (p); } while(0) |
| #define | XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ |
| #define | XT_MATCH_ITERATE(type, e, fn, args...) |
| #define | XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) |
| #define | XT_ENTRY_ITERATE(type, entries, size, fn, args...) XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args) |
| #define | xt_entry_foreach(pos, ehead, esize) |
| #define | xt_ematch_foreach(pos, entry) |
Definition at line 107 of file x_tables.h.
Definition at line 106 of file x_tables.h.
| #define XT_ALIGN | ( | s | ) | __ALIGN_KERNEL((s), __alignof__(struct _xt_align)) |
Definition at line 99 of file x_tables.h.
| #define XT_CONTINUE 0xFFFFFFFF |
Definition at line 82 of file x_tables.h.
Definition at line 179 of file x_tables.h.
| #define xt_entry_foreach | ( | pos, | |
| ehead, | |||
| esize | |||
| ) |
| #define XT_ENTRY_ITERATE | ( | type, | |
| entries, | |||
| size, | |||
| fn, | |||
| args... | |||
| ) | XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args) |
Definition at line 167 of file x_tables.h.
| #define XT_ERROR_TARGET "ERROR" |
Definition at line 104 of file x_tables.h.
| #define XT_EXTENSION_MAXNAMELEN 29 |
Definition at line 7 of file x_tables.h.
| #define XT_FUNCTION_MAXNAMELEN 30 |
Definition at line 6 of file x_tables.h.
| #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ |
Definition at line 124 of file x_tables.h.
| #define XT_RETURN (-NF_REPEAT - 1) |
Definition at line 85 of file x_tables.h.
| #define XT_STANDARD_TARGET "" |
Definition at line 102 of file x_tables.h.
| #define XT_TABLE_MAXNAMELEN 32 |
Definition at line 8 of file x_tables.h.
| #define XT_TARGET_INIT | ( | __name, | |
| __size | |||
| ) |
Definition at line 56 of file x_tables.h.
1.8.2