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 * | hook_entry [NF_BR_NUMHOOKS] |
unsigned int | num_counters |
struct ebt_counter * | counters |
char * | entries |
Definition at line 58 of file ebtables.h.
struct ebt_counter* counters |
Definition at line 70 of file ebtables.h.
char* entries |
Definition at line 71 of file ebtables.h.
unsigned int entries_size |
Definition at line 64 of file ebtables.h.
struct ebt_entries* hook_entry[NF_BR_NUMHOOKS] |
Definition at line 66 of file ebtables.h.
char name[EBT_TABLE_MAXNAMELEN] |
Definition at line 59 of file ebtables.h.
unsigned int nentries |
Definition at line 62 of file ebtables.h.
unsigned int num_counters |
Definition at line 68 of file ebtables.h.
unsigned int valid_hooks |
Definition at line 60 of file ebtables.h.