xtables_afinfo - protocol family dependent information : kernel module basename (e.g. More...
#include <xshared.h>
Data Fields | |
const char * | kmod |
const char * | proc_exists |
const char * | libprefix |
uint8_t | family |
uint8_t | ipproto |
int | so_rev_match |
int | so_rev_target |
xtables_afinfo - protocol family dependent information : kernel module basename (e.g.
"ip_tables") : file which exists in procfs when module already loaded : prefix of .so library name (e.g. "libipt_") : nfproto family : used by setsockopt (e.g. IPPROTO_IP) : optname to check revision support of match : optname to check revision support of target
uint8_t xtables_afinfo::family |
Referenced by xtables_compatible_revision(), xtables_register_match(), and xtables_register_target().
uint8_t xtables_afinfo::ipproto |
Referenced by xtables_compatible_revision().
const char* xtables_afinfo::kmod |
Referenced by xtables_load_ko().
const char* xtables_afinfo::libprefix |
Referenced by xtables_find_match(), and xtables_find_target().
const char* xtables_afinfo::proc_exists |
Referenced by xtables_load_ko().
int xtables_afinfo::so_rev_match |
int xtables_afinfo::so_rev_target |