Linux Kernel
3.7.1
|
#include <ebtables.h>
Public Member Functions | |
unsigned char data[0] | __attribute__ ((aligned(__alignof__(struct ebt_replace)))) |
Data Fields | |
union { | |
char name [EBT_FUNCTION_MAXNAMELEN] | |
struct xt_target * target | |
} | u |
unsigned int | target_size |
Definition at line 140 of file ebtables.h.
unsigned char data [0] __attribute__ | ( | (aligned(__alignof__(struct ebt_replace))) | ) |
char name[EBT_FUNCTION_MAXNAMELEN] |
Definition at line 142 of file ebtables.h.
Definition at line 143 of file ebtables.h.
unsigned int target_size |
Definition at line 146 of file ebtables.h.
union { ... } u |