|
Linux Kernel
3.7.1
|
#include <x_tables.h>
Data Fields | |
| struct list_head | list |
| const char | name [XT_EXTENSION_MAXNAMELEN] |
| u_int8_t | revision |
| unsigned int(* | target )(struct sk_buff *skb, const struct xt_action_param *) |
| int(* | checkentry )(const struct xt_tgchk_param *) |
| void(* | destroy )(const struct xt_tgdtor_param *) |
| struct module * | me |
| const char * | table |
| unsigned int | targetsize |
| unsigned int | hooks |
| unsigned short | proto |
| unsigned short | family |
Definition at line 144 of file x_tables.h.
| int(* checkentry)(const struct xt_tgchk_param *) |
Definition at line 160 of file x_tables.h.
| void(* destroy)(const struct xt_tgdtor_param *) |
Definition at line 163 of file x_tables.h.
| unsigned short family |
Definition at line 180 of file x_tables.h.
Definition at line 177 of file x_tables.h.
Definition at line 145 of file x_tables.h.
Definition at line 170 of file x_tables.h.
| const char name[XT_EXTENSION_MAXNAMELEN] |
Definition at line 147 of file x_tables.h.
Definition at line 178 of file x_tables.h.
Definition at line 148 of file x_tables.h.
Definition at line 172 of file x_tables.h.
Definition at line 153 of file x_tables.h.
| unsigned int targetsize |
Definition at line 173 of file x_tables.h.
1.8.2