#include <x_tables.h>
Data Fields | |
| union { | |
| struct { | |
| __u16 match_size | |
| char name [XT_EXTENSION_MAXNAMELEN] | |
| __u8 revision | |
| } user | |
| struct { | |
| __u16 match_size | |
| struct xt_match * match | |
| } kernel | |
| __u16 match_size | |
| } | u |
| unsigned char | data [0] |
| unsigned char xt_entry_match::data[0] |
Referenced by xtables_option_mfcall(), and xtables_option_mpcall().
| struct { ... } xt_entry_match::kernel |
| struct xt_match* xt_entry_match::match |
| __u16 xt_entry_match::match_size |
Referenced by command_default().
| char xt_entry_match::name[XT_EXTENSION_MAXNAMELEN] |
| __u8 xt_entry_match::revision |
| union { ... } xt_entry_match::u |
Referenced by command_default().
| struct { ... } xt_entry_match::user |
Referenced by command_default().