Searched refs:table_flush (Results 1 – 2 of 2) sorted by relevance
64 .table_flush = nft_cmd_table_flush,136 if (cb->table_flush) in xtables_restore_parse_line()137 cb->table_flush(h, table, verbose); in xtables_restore_parse_line()412 .table_flush = nft_cmd_table_flush,457 .table_flush = nft_cmd_table_flush,
229 int (*table_flush)(struct nft_handle *h, const char *table, member