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 |
bool(* | match )(const struct sk_buff *skb, struct xt_action_param *) |
int(* | checkentry )(const struct xt_mtchk_param *) |
void(* | destroy )(const struct xt_mtdtor_param *) |
struct module * | me |
const char * | table |
unsigned int | matchsize |
unsigned int | hooks |
unsigned short | proto |
unsigned short | family |
Definition at line 105 of file x_tables.h.
int(* checkentry)(const struct xt_mtchk_param *) |
Definition at line 120 of file x_tables.h.
void(* destroy)(const struct xt_mtdtor_param *) |
Definition at line 123 of file x_tables.h.
unsigned short family |
Definition at line 140 of file x_tables.h.
Definition at line 137 of file x_tables.h.
Definition at line 106 of file x_tables.h.
Definition at line 116 of file x_tables.h.
unsigned int matchsize |
Definition at line 133 of file x_tables.h.
Definition at line 130 of file x_tables.h.
const char name[XT_EXTENSION_MAXNAMELEN] |
Definition at line 108 of file x_tables.h.
Definition at line 138 of file x_tables.h.
Definition at line 109 of file x_tables.h.
Definition at line 132 of file x_tables.h.