Lines Matching refs:KIDX_TO_TI
129 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k])) macro
629 error = check_table_space(ch, &ts, tc, KIDX_TO_TI(ch, kidx), count); in add_table_entry()
657 error = ta->add(tc->astate, KIDX_TO_TI(ch, kidx), in add_table_entry()
680 rollback_added_entries(ch, tc, KIDX_TO_TI(ch, kidx), in add_table_entry()
693 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0); in add_table_entry()
766 error = ta->del(tc->astate, KIDX_TO_TI(ch, kidx), ptei, v, in del_table_entry()
782 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0); in del_table_entry()
867 ti = KIDX_TO_TI(ch, tc->no.kidx); in check_table_space()
1075 kti = KIDX_TO_TI(ch, tc->no.kidx); in find_table_entry()
1186 ta->print_config(tc->astate, KIDX_TO_TI(ch, tc->no.kidx), in flush_table()
1600 ti = KIDX_TO_TI(ch, tbl); in ipfw_lookup_table()
1967 ti = KIDX_TO_TI(ch, tc->no.kidx); in table_get_count()
2007 ti = KIDX_TO_TI(ch, tc->no.kidx); in export_table_info()
2132 da.ti = KIDX_TO_TI(ch, tc->no.kidx); in dump_table_v1()
2231 da.ti = KIDX_TO_TI(ch, tc->no.kidx); in ipfw_foreach_table_tentry()
2927 ti = KIDX_TO_TI(ch, kidx); in link_table()
2957 ti = KIDX_TO_TI(ch, kidx); in unlink_table()