
Data Fields | |
| int | sockfd |
| int | changed |
| struct list_head | chains |
| struct chain_head * | chain_iterator_cur |
| struct rule_head * | rule_iterator_cur |
| unsigned int | num_chains |
| struct chain_head ** | chain_index |
| unsigned int | chain_index_sz |
| int | sorted_offsets |
| STRUCT_GETINFO | info |
| STRUCT_GET_ENTRIES * | entries |
| 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 |
Referenced by TC_DELETE_CHAIN(), TC_FIRST_CHAIN(), and TC_NEXT_CHAIN().
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().
Referenced by TC_DELETE_NUM_ENTRY(), TC_FIRST_RULE(), and TC_NEXT_RULE().
| int xtc_handle::sockfd |
Referenced by TC_COMMIT(), TC_FREE(), and TC_INIT().
| int xtc_handle::sorted_offsets |