| 875 | } |
| 876 | |
| 877 | static int |
| 878 | table_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 | |
| 889 | static int |
| 890 | table_do_modify_record(int cmd, ipfw_obj_header *oh, |
nothing calls this directly
no test coverage detected