Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-shared.h109 void (*rule_to_cs)(struct nft_handle *h, const struct nftnl_rule *r, member
Dnft-ipv6.c413 .rule_to_cs = nft_rule_to_iptables_command_state,
Dnft-ipv4.c461 .rule_to_cs = nft_rule_to_iptables_command_state,
Dnft-arp.c644 .rule_to_cs = nft_rule_to_iptables_command_state,
Dnft.c1499 ops->rule_to_cs(h, r, &cs); in nft_rule_print_save()
2059 h->ops->rule_to_cs(h, r, &this); in nft_rule_cmp()
2060 h->ops->rule_to_cs(h, rule, cs); in nft_rule_cmp()
Dnft-bridge.c902 .rule_to_cs = nft_rule_to_ebtables_command_state,