Searched refs:nft_rule_to_iptables_command_state (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/iptables/iptables/ |
H A D | nft-ipv6.c | 119 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 D | nft-ipv4.c | 131 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 D | nft-ruleparse.h | 123 bool nft_rule_to_iptables_command_state(struct nft_handle *h,
|
H A D | nft-arp.c | 352 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 D | nft-bridge.c | 210 return nft_rule_to_iptables_command_state(h, r, cs); in nft_rule_to_ebtables_command_state()
|
H A D | nft-ruleparse.c | 890 bool nft_rule_to_iptables_command_state(struct nft_handle *h, in nft_rule_to_iptables_command_state() function
|