Linux Kernel
3.7.1
|
#include <x_tables.h>
Data Fields | |
struct net * | net |
const char * | table |
const void * | entryinfo |
struct xt_match * | match |
void * | matchinfo |
unsigned int | hook_mask |
u_int8_t | family |
struct xt_mtchk_param - parameters for match extensions' checkentry functions
: network namespace through which the check was invoked : table the rule is tried to be inserted into : the family-specific rule data (struct ipt_ip, ip6t_ip, arpt_arp or (note) ebt_entry) : struct xt_match through which this function was invoked : per-match data : via which hooks the new rule is reachable Other fields as above.
Definition at line 57 of file x_tables.h.
Definition at line 60 of file x_tables.h.
u_int8_t family |
Definition at line 64 of file x_tables.h.
unsigned int hook_mask |
Definition at line 63 of file x_tables.h.
Definition at line 61 of file x_tables.h.
void* matchinfo |
Definition at line 62 of file x_tables.h.
Definition at line 58 of file x_tables.h.
Definition at line 59 of file x_tables.h.