Searched refs:KIDX_TO_TI (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table.c | 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() [all …]
|