Lines Matching refs:CHAIN_TO_NI

128 #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()
1582 ni = CHAIN_TO_NI(ch); in ipfw_unref_table()
1667 if ((tc = find_table(CHAIN_TO_NI(ch), &ti)) == NULL) { in describe_table()
1714 ni = CHAIN_TO_NI(ch); in modify_table()
1776 ni = CHAIN_TO_NI(ch); in create_table()
1806 ni = CHAIN_TO_NI(ch); in create_table_internal()
1893 return (CHAIN_TO_NI(ch)); in ipfw_get_table_objhash()
1911 ni = CHAIN_TO_NI(ch); in ipfw_export_table_ntlv()
2059 count = ipfw_objhash_count(CHAIN_TO_NI(ch)); in export_tables()
2076 ipfw_objhash_foreach(CHAIN_TO_NI(ch), export_table_internal, &dta); in export_tables()
2110 if ((tc = find_table(CHAIN_TO_NI(ch), &ti)) == NULL) { in dump_table_v1()
2221 ni = CHAIN_TO_NI(ch); in ipfw_foreach_table_tentry()
2506 error = find_table_err(CHAIN_TO_NI(ch), ti, &tc); in table_findbyname()
2522 ni = CHAIN_TO_NI(ch); in table_findbykidx()
2563 return (ipfw_obj_manage_sets(CHAIN_TO_NI(ch), IPFW_TLV_TBL_NAME, in table_manage_sets()
2596 return (ipfw_obj_manage_sets(CHAIN_TO_NI(ch), IPFW_TLV_TBL_NAME, in table_manage_sets_all()
2719 ni = CHAIN_TO_NI(ch); in ipfw_switch_tables_namespace()
2922 ni = CHAIN_TO_NI(ch); in link_table()
2952 ni = CHAIN_TO_NI(ch); in unlink_table()
3008 ipfw_objhash_foreach(CHAIN_TO_NI(ch), destroy_table_locked, ch); in ipfw_destroy_tables()
3018 ipfw_objhash_destroy(CHAIN_TO_NI(ch)); in ipfw_destroy_tables()