Searched refs:nft_cmd_chain_zero_counters (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/iptables/iptables/ |
H A D | xtables.c | 202 ret = nft_cmd_chain_zero_counters(h, p.chain, p.table, in do_commandx() 218 ret = nft_cmd_chain_zero_counters(h, p.chain, p.table, in do_commandx() 233 ret = nft_cmd_chain_zero_counters(h, p.chain, p.table, in do_commandx()
|
H A D | nft-cmd.h | 57 int nft_cmd_chain_zero_counters(struct nft_handle *h, const char *chain,
|
H A D | nft-cmd.c | 185 int nft_cmd_chain_zero_counters(struct nft_handle *h, const char *chain, in nft_cmd_chain_zero_counters() function
|
H A D | xtables-eb.c | 1174 ret = nft_cmd_chain_zero_counters(h, chain, *table, in do_commandeb()
|