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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table.c130 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k])) macro
635 error = check_table_space(ch, &ts, tc, KIDX_TO_TI(ch, kidx), count);
655 error = ta->add(tc->astate, KIDX_TO_TI(ch, kidx),
678 rollback_added_entries(ch, tc, KIDX_TO_TI(ch, kidx),
691 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0);
765 error = ta->del(tc->astate, KIDX_TO_TI(ch, kidx), ptei, v,
781 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0);
867 ti = KIDX_TO_TI(ch, tc->no.kidx);
1128 kti = KIDX_TO_TI(ch, tc->no.kidx);
1236 ta->print_config(tc->astate, KIDX_TO_TI(c
[all...]

Completed in 113 milliseconds