Searched refs:nft_chain_zero_counters (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 77 int nft_chain_zero_counters(struct nft_handle *h, const char *chain, const char *table);
|
D | xtables.c | 1219 ret = nft_chain_zero_counters(h, p.chain, p.table); in do_commandx() 1239 ret = nft_chain_zero_counters(h, p.chain, in do_commandx() 1253 ret = nft_chain_zero_counters(h, p.chain, in do_commandx()
|
D | xtables-arp.c | 1445 ret = nft_chain_zero_counters(h, chain, *table); in do_commandarp() 1454 ret = nft_chain_zero_counters(h, chain, *table); in do_commandarp()
|
D | xtables-eb.c | 1346 ret = nft_chain_zero_counters(h, chain, *table); in do_commandeb()
|
D | nft.c | 2643 int nft_chain_zero_counters(struct nft_handle *h, const char *chain, in nft_chain_zero_counters() function
|