Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c121 static int check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts,
633 error = check_table_space(ch, &ts, tc, KIDX_TO_TI(ch, kidx), count); in add_table_entry()
697 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0); in add_table_entry()
787 check_table_space(ch, NULL, tc, KIDX_TO_TI(ch, kidx), 0); in del_table_entry()
816 check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts, in check_table_space() function