Searched refs:nft_cmd_rule_flush (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | nft-cmd.c | 160 int nft_cmd_rule_flush(struct nft_handle *h, const char *chain, in nft_cmd_rule_flush() function 319 return nft_cmd_rule_flush(h, NULL, table, verbose) && in nft_cmd_table_flush()
|
D | nft-cmd.h | 46 int nft_cmd_rule_flush(struct nft_handle *h, const char *chain,
|
D | xtables-arp.c | 920 ret = nft_cmd_rule_flush(h, chain, *table, options & OPT_VERBOSE); in do_commandarp()
|
D | xtables-eb.c | 1221 ret = nft_cmd_rule_flush(h, chain, *table, 0); in do_commandeb()
|
D | xtables.c | 995 ret = nft_cmd_rule_flush(h, p.chain, p.table, in do_commandx()
|