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

Data Fields

int sockfd
 
int changed
 
struct list_head chains
 
struct chain_headchain_iterator_cur
 
struct rule_headrule_iterator_cur
 
unsigned int num_chains
 
struct chain_head ** chain_index
 
unsigned int chain_index_sz
 
int sorted_offsets
 
STRUCT_GETINFO info
 
STRUCT_GET_ENTRIESentries
 

Field Documentation

struct chain_head** xtc_handle::chain_index
unsigned int xtc_handle::chain_index_sz

Referenced by TC_CREATE_CHAIN().

struct chain_head* xtc_handle::chain_iterator_cur
struct list_head xtc_handle::chains

Referenced by TC_COMMIT(), TC_FIRST_CHAIN(), and TC_FREE().

int xtc_handle::changed

Referenced by TC_COMMIT().

STRUCT_GET_ENTRIES* xtc_handle::entries

Referenced by TC_DUMP_ENTRIES(), TC_FREE(), and TC_INIT().

STRUCT_GETINFO xtc_handle::info

Referenced by TC_COMMIT(), TC_DUMP_ENTRIES(), and TC_INIT().

unsigned int xtc_handle::num_chains

Referenced by TC_CREATE_CHAIN(), and TC_DELETE_CHAIN().

struct rule_head* xtc_handle::rule_iterator_cur
int xtc_handle::sockfd

Referenced by TC_COMMIT(), TC_FREE(), and TC_INIT().

int xtc_handle::sorted_offsets

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