Home
last modified time | relevance | path

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

/aosp_15_r20/external/iptables/iptables/
H A Dnft-ipv6.c119 nft_rule_to_iptables_command_state(h, r, &cs); in nft_ipv6_print_rule()
348 .rule_to_cs = nft_rule_to_iptables_command_state,
H A Dnft-ipv4.c131 nft_rule_to_iptables_command_state(h, r, &cs); in nft_ipv4_print_rule()
357 .rule_to_cs = nft_rule_to_iptables_command_state,
H A Dnft-ruleparse.h123 bool nft_rule_to_iptables_command_state(struct nft_handle *h,
H A Dnft-arp.c352 nft_rule_to_iptables_command_state(h, r, &cs); in nft_arp_print_rule()
661 .rule_to_cs = nft_rule_to_iptables_command_state,
H A Dnft-bridge.c210 return nft_rule_to_iptables_command_state(h, r, cs); in nft_rule_to_ebtables_command_state()
H A Dnft-ruleparse.c890 bool nft_rule_to_iptables_command_state(struct nft_handle *h, in nft_rule_to_iptables_command_state() function