Home
last modified time | relevance | path

Searched refs:check_table_space (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_table.c120 static int check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts,
636 error = check_table_space(ch, &ts, tc, KIDX_TO_TI(ch, kidx), count); in add_table_entry()
692 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0); in add_table_entry()
782 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0); in del_table_entry()
811 check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts, in check_table_space() function