Linux Kernel
3.7.1
|
#include <ebtables.h>
Public Member Functions | |
char data[0] | __attribute__ ((aligned(__alignof__(struct ebt_replace)))) |
Data Fields | |
unsigned int | distinguisher |
char | name [EBT_CHAIN_MAXNAMELEN] |
unsigned int | counter_offset |
int | policy |
unsigned int | nentries |
Definition at line 74 of file ebtables.h.
char data [0] __attribute__ | ( | (aligned(__alignof__(struct ebt_replace))) | ) |
unsigned int counter_offset |
Definition at line 82 of file ebtables.h.
unsigned int distinguisher |
Definition at line 78 of file ebtables.h.
char name[EBT_CHAIN_MAXNAMELEN] |
Definition at line 80 of file ebtables.h.
unsigned int nentries |
Definition at line 86 of file ebtables.h.
int policy |
Definition at line 84 of file ebtables.h.