: name of extension currently being processed : per-extension (kernel) data block : per-extension private scratch area (cf. More...
#include <xtables.h>
Data Fields | |
| const char * | ext_name |
| void * | data |
| void * | udata |
| unsigned int | xflags |
: name of extension currently being processed : per-extension (kernel) data block : per-extension private scratch area (cf.
xtables_{match,target}->udata_size) : options of the extension that have been used
| void* xt_fcheck_call::data |
Referenced by xtables_option_mfcall(), and xtables_option_tfcall().
| const char* xt_fcheck_call::ext_name |
Referenced by xtables_option_mfcall(), and xtables_option_tfcall().
| void * xt_fcheck_call::udata |
Referenced by xtables_option_mfcall(), and xtables_option_tfcall().
| unsigned int xt_fcheck_call::xflags |
Referenced by xtables_option_mfcall(), and xtables_option_tfcall().