Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c43 static int table_flush(ipfw_obj_header *oh);
256 if ((error = table_flush(&oh)) == 0) in ipfw_table_handler()
513 if (orflush != 0 && table_flush(oh) != 0) in table_create()
646 table_flush(ipfw_obj_header *oh) in table_flush() function
893 return (table_flush(oh)); in table_flush_one()