netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
xtables_afinfo Struct Reference

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
 

Detailed Description

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

Field Documentation

uint8_t xtables_afinfo::family
uint8_t xtables_afinfo::ipproto
const char* xtables_afinfo::kmod

Referenced by xtables_load_ko().

const char* xtables_afinfo::libprefix
const char* xtables_afinfo::proc_exists

Referenced by xtables_load_ko().

int xtables_afinfo::so_rev_match
int xtables_afinfo::so_rev_target

The documentation for this struct was generated from the following file: