Searched refs:KIDX_TO_TI (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c131 #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);
656 error = ta->add(tc->astate, KIDX_TO_TI(ch, kidx),
679 rollback_added_entries(ch, tc, KIDX_TO_TI(ch, kidx),
692 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0);
766 error = ta->del(tc->astate, KIDX_TO_TI(ch, kidx), ptei, v,
782 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0);
868 ti = KIDX_TO_TI(ch, tc->no.kidx);
1130 kti = KIDX_TO_TI(ch, tc->no.kidx);
1241 ta->print_config(tc->astate, KIDX_TO_TI(c
[all...]

Completed in 112 milliseconds