Linux Kernel
3.7.1
|
#include <ebtables.h>
Data Fields | |
struct list_head | list |
char | name [EBT_TABLE_MAXNAMELEN] |
struct ebt_replace_kernel * | table |
unsigned int | valid_hooks |
rwlock_t | lock |
int(* | check )(const struct ebt_table_info *info, unsigned int valid_hooks) |
struct ebt_table_info * | private |
struct module * | me |
Definition at line 93 of file ebtables.h.
int(* check)(const struct ebt_table_info *info, unsigned int valid_hooks) |
Definition at line 101 of file ebtables.h.
Definition at line 94 of file ebtables.h.
rwlock_t lock |
Definition at line 98 of file ebtables.h.
Definition at line 105 of file ebtables.h.
char name[EBT_TABLE_MAXNAMELEN] |
Definition at line 95 of file ebtables.h.
struct ebt_table_info* private |
Definition at line 104 of file ebtables.h.
Definition at line 96 of file ebtables.h.
unsigned int valid_hooks |
Definition at line 97 of file ebtables.h.