Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-restore.c193 .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()
Dnft-shared.h258 int (*rule_flush)(struct nft_handle *h, const char *chain, const char *table); member