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_match * match | |
} | u |
unsigned int | match_size |
Definition at line 120 of file ebtables.h.
unsigned char data [0] __attribute__ | ( | (aligned(__alignof__(struct ebt_replace))) | ) |
Definition at line 123 of file ebtables.h.
unsigned int match_size |
Definition at line 126 of file ebtables.h.
char name[EBT_FUNCTION_MAXNAMELEN] |
Definition at line 122 of file ebtables.h.
union { ... } u |