Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c46 static int table_do_modify(ipfw_obj_header *oh, ipfw_xtable_info *i);
568 if (table_do_modify(oh, &xi) != 0) in table_modify()
580 table_do_modify(ipfw_obj_header *oh, ipfw_xtable_info *i) in table_do_modify() function
607 if (table_do_modify(oh, &xi) != 0) in table_lock()