Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfw/
H A Dip_fw_table.c90 static int check_table_space(struct ip_fw_chain *ch, struct table_config *tc,
464 error = check_table_space(ch, tc, KIDX_TO_TI(ch, kidx), count); in add_table_entry()
526 check_table_space(ch, tc, KIDX_TO_TI(ch, kidx), 0); in add_table_entry()
612 check_table_space(ch, tc, KIDX_TO_TI(ch, kidx), 0); in del_table_entry()
641 check_table_space(struct ip_fw_chain *ch, struct table_config *tc, in check_table_space() function