Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipfw/
Dtables.c45 static int table_destroy(ipfw_obj_header *oh);
238 if (table_destroy(&oh) == 0) in ipfw_table_handler()
615 table_destroy(ipfw_obj_header *oh) in table_destroy() function
631 if (table_destroy(oh) != 0) { in table_destroy_one()