Linux Kernel
3.7.1
|
#include <x_tables.h>
Data Fields | |
struct net * | net |
const char * | table |
const void * | entryinfo |
struct xt_target * | target |
void * | targinfo |
unsigned int | hook_mask |
u_int8_t | family |
struct xt_tgchk_param - parameters for target extensions' checkentry functions
: the family-specific rule data (struct ipt_entry, ip6t_entry, arpt_entry, ebt_entry)
Other fields see above.
Definition at line 87 of file x_tables.h.
Definition at line 90 of file x_tables.h.
u_int8_t family |
Definition at line 94 of file x_tables.h.
unsigned int hook_mask |
Definition at line 93 of file x_tables.h.
Definition at line 88 of file x_tables.h.
Definition at line 89 of file x_tables.h.
Definition at line 91 of file x_tables.h.
void* targinfo |
Definition at line 92 of file x_tables.h.