Searched refs:nft_rule_flush (Results 1 – 6 of 6) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 93 int nft_rule_flush(struct nft_handle *h, const char *chain, const char *table);
|
D | xtables-restore.c | 193 .rule_flush = nft_rule_flush,
|
D | xtables-eb.c | 1348 ret = nft_rule_flush(h, chain, *table); in do_commandeb()
|
D | nft.c | 1372 int nft_rule_flush(struct nft_handle *h, const char *chain, const char *table) in nft_rule_flush() function 1379 nft_fn = nft_rule_flush; in nft_rule_flush()
|
D | xtables-arp.c | 1442 ret = nft_rule_flush(h, chain, *table); in do_commandarp()
|
D | xtables.c | 1216 ret = nft_rule_flush(h, p.chain, p.table); in do_commandx()
|