Searched refs:rule_to_cs (Results 1 – 6 of 6) sorted by relevance
/external/iptables/iptables/ |
D | nft-shared.h | 109 void (*rule_to_cs)(struct nft_handle *h, const struct nftnl_rule *r, member
|
D | nft-ipv6.c | 413 .rule_to_cs = nft_rule_to_iptables_command_state,
|
D | nft-ipv4.c | 461 .rule_to_cs = nft_rule_to_iptables_command_state,
|
D | nft-arp.c | 644 .rule_to_cs = nft_rule_to_iptables_command_state,
|
D | nft.c | 1499 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()
|
D | nft-bridge.c | 902 .rule_to_cs = nft_rule_to_ebtables_command_state,
|