Linux Kernel
3.7.1
|
#include <ebtables.h>
Data Fields | |
char | name [EBT_TABLE_MAXNAMELEN] |
unsigned int | valid_hooks |
unsigned int | nentries |
unsigned int | entries_size |
struct ebt_entries __user * | hook_entry [NF_BR_NUMHOOKS] |
unsigned int | num_counters |
struct ebt_counter __user * | counters |
char __user * | entries |
Definition at line 42 of file ebtables.h.
struct ebt_counter __user* counters |
Definition at line 54 of file ebtables.h.
Definition at line 55 of file ebtables.h.
unsigned int entries_size |
Definition at line 48 of file ebtables.h.
struct ebt_entries __user* hook_entry[NF_BR_NUMHOOKS] |
Definition at line 50 of file ebtables.h.
char name[EBT_TABLE_MAXNAMELEN] |
Definition at line 43 of file ebtables.h.
unsigned int nentries |
Definition at line 46 of file ebtables.h.
unsigned int num_counters |
Definition at line 52 of file ebtables.h.
unsigned int valid_hooks |
Definition at line 44 of file ebtables.h.