Searched refs:KIDX_TO_TI (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/netpfil/ipfw/ |
| HD | ip_fw_table.c | 131 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k])) macro 636 error = check_table_space(ch, &ts, tc, KIDX_TO_TI(ch, kidx), count); in add_table_entry() 656 error = ta->add(tc->astate, KIDX_TO_TI(ch, kidx), in add_table_entry() 679 rollback_added_entries(ch, tc, KIDX_TO_TI(ch, kidx), in add_table_entry() 692 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() 868 ti = KIDX_TO_TI(ch, tc->no.kidx); in check_table_space() 1130 kti = KIDX_TO_TI(ch, tc->no.kidx); in find_table_entry() 1241 ta->print_config(tc->astate, KIDX_TO_TI(ch, tc->no.kidx), in flush_table() [all …]
|