MCPcopy Create free account
hub / github.com/F-Stack/f-stack / table_flush_one

Function table_flush_one

tools/ipfw/tables.c:877–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877static int
878table_flush_one(ipfw_xtable_info *i, void *arg)
879{
880 ipfw_obj_header *oh;
881
882 oh = (ipfw_obj_header *)arg;
883
884 table_fill_ntlv(&oh->ntlv, i->tablename, i->set, 1);
885
886 return (table_flush(oh));
887}
888
889static int
890table_do_modify_record(int cmd, ipfw_obj_header *oh,

Callers

nothing calls this directly

Calls 2

table_fill_ntlvFunction · 0.85
table_flushFunction · 0.85

Tested by

no test coverage detected