Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c57 static int table_flush_one(ipfw_xtable_info *i, void *arg);
266 error = tables_foreach(table_flush_one, &oh, 1); in ipfw_table_handler()
885 table_flush_one(ipfw_xtable_info *i, void *arg) in table_flush_one() function