Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c131 #define CHAIN_TO_NI(chain) (CHAIN_TO_TCFG(chain)->namehash)
142 tcfg = CHAIN_TO_TCFG(ch); in rollback_toperation_state()
152 tcfg = CHAIN_TO_TCFG(ch); in add_toperation_state()
161 tcfg = CHAIN_TO_TCFG(ch); in del_toperation_state()
1883 ta = find_table_algo(CHAIN_TO_TCFG(ch), ti, aname); in create_table_internal()
2644 tcfg = CHAIN_TO_TCFG(ch); in ipfw_add_table_algo()
2672 tcfg = CHAIN_TO_TCFG(ch); in ipfw_del_table_algo()
2711 tcfg = CHAIN_TO_TCFG(ch); in list_table_algo()
3331 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)
193 tcfg = CHAIN_TO_TCFG(ch); in resize_shared_value_storage()
H A Dip_fw_table.h47 #define CHAIN_TO_TCFG(chain) ((struct tables_config *)(chain)->tblcfg) macro