Searched refs:rule_flush (Results 1 – 2 of 2) sorted by relevance
193 .rule_flush = nft_rule_flush,272 if (cb->rule_flush) in xtables_restore_parse()273 cb->rule_flush(h, NULL, table); in xtables_restore_parse()
258 int (*rule_flush)(struct nft_handle *h, const char *chain, const char *table); member