Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipfw/
H A Dtables.c47 static int table_do_modify(ipfw_obj_header *oh, ipfw_xtable_info *i);
567 if (table_do_modify(oh, &xi) != 0) in table_modify()
579 table_do_modify(ipfw_obj_header *oh, ipfw_xtable_info *i) in table_do_modify() function
606 if (table_do_modify(oh, &xi) != 0) in table_lock()