Home
last modified time | relevance | path

Searched refs:CHAIN_TO_TCFG (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c128 #define CHAIN_TO_NI(chain) (CHAIN_TO_TCFG(chain)->namehash)
139 tcfg = CHAIN_TO_TCFG(ch); in rollback_toperation_state()
149 tcfg = CHAIN_TO_TCFG(ch); in add_toperation_state()
158 tcfg = CHAIN_TO_TCFG(ch); in del_toperation_state()
1808 ta = find_table_algo(CHAIN_TO_TCFG(ch), ti, aname); in create_table_internal()
2326 tcfg = CHAIN_TO_TCFG(ch); in ipfw_add_table_algo()
2354 tcfg = CHAIN_TO_TCFG(ch); in ipfw_del_table_algo()
2393 tcfg = CHAIN_TO_TCFG(ch); in list_table_algo()
3019 free(CHAIN_TO_TCFG(ch), M_IPFW); in ipfw_destroy_tables()
H A Dip_fw_table_value.c73 #define CHAIN_TO_VI(chain) (CHAIN_TO_TCFG(chain)->valhash)
196 tcfg = CHAIN_TO_TCFG(ch); in resize_shared_value_storage()
H A Dip_fw_table.h45 #define CHAIN_TO_TCFG(chain) ((struct tables_config *)(chain)->tblcfg) macro