Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/ipfw/
H A Dtables.c44 static int table_flush(ipfw_obj_header *oh);
246 if ((error = table_flush(&oh)) == 0) in ipfw_table_handler()
497 if (orflush != 0 && table_flush(oh) != 0) in table_create()
630 table_flush(ipfw_obj_header *oh) in table_flush() function
877 return (table_flush(oh)); in table_flush_one()