Home
last modified time | relevance | path

Searched refs:nft_parse_counter (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dnft-shared.h141 void nft_parse_counter(struct nftnl_expr *e, struct xt_counters *counters);
Dnft-shared.c448 void nft_parse_counter(struct nftnl_expr *e, struct xt_counters *counters) in nft_parse_counter() function
507 nft_parse_counter(expr, &ctx.state.cs->counters); in nft_rule_to_iptables_command_state()
Dnft-bridge.c382 nft_parse_counter(expr, &cs->counters); in nft_rule_to_ebtables_command_state()
Dnft-arp.c390 nft_parse_counter(expr, &ctx.state.cs_arp->fw.counters); in nft_rule_to_arptables_command_state()