Home
last modified time | relevance | path

Searched refs:nft_rule_flush (Results 1 – 6 of 6) sorted by relevance

/external/iptables/iptables/
Dnft.h93 int nft_rule_flush(struct nft_handle *h, const char *chain, const char *table);
Dxtables-restore.c193 .rule_flush = nft_rule_flush,
Dxtables-eb.c1348 ret = nft_rule_flush(h, chain, *table); in do_commandeb()
Dnft.c1372 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()
Dxtables-arp.c1442 ret = nft_rule_flush(h, chain, *table); in do_commandarp()
Dxtables.c1216 ret = nft_rule_flush(h, p.chain, p.table); in do_commandx()