Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c128 #define CHAIN_TO_NI(chain) (CHAIN_TO_TCFG(chain)->namehash) macro
296 ni = CHAIN_TO_NI(ch); in find_ref_table()
1058 ni = CHAIN_TO_NI(ch); in find_table_entry()
1164 ni = CHAIN_TO_NI(ch); in flush_table()
1235 ni = CHAIN_TO_NI(ch); in flush_table()
1339 ni = CHAIN_TO_NI(ch); in swap_tables()
1428 ni = CHAIN_TO_NI(ch); in destroy_table()
1490 ni = CHAIN_TO_NI(ch); in ipfw_resize_tables()
1544 return (ipfw_objhash_lookup_kidx(CHAIN_TO_NI(ch), kidx)); in ipfw_objhash_lookup_table_kidx()
1561 error = find_table_err(CHAIN_TO_NI(ch), &ti, &tc); in ipfw_ref_table()
[all …]