Home
last modified time | relevance | path

Searched refs:has_ports (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c1512 bool has_ports = false; in ip_vs_icmp_xmit() local
1573 has_ports = true; in ip_vs_icmp_xmit()
1583 if (!ip_vs_nat_icmp(skb, pp, cp, 0, toff, has_ports, ciph)) in ip_vs_icmp_xmit()
1603 bool has_ports = false; in ip_vs_icmp_xmit_v6() local
1667 has_ports = true; in ip_vs_icmp_xmit_v6()
1677 ip_vs_nat_icmp_v6(skb, pp, cp, 0, toff, has_ports, ciph); in ip_vs_icmp_xmit_v6()
H A Dip_vs_core.c927 bool has_ports, struct ip_vs_iphdr *ciph) in ip_vs_nat_icmp() argument
951 if (has_ports) { in ip_vs_nat_icmp()
977 bool has_ports, struct ip_vs_iphdr *ciph) in ip_vs_nat_icmp_v6() argument
995 if (has_ports) { in ip_vs_nat_icmp_v6()
1037 bool has_ports = false; in handle_response_icmp() local
1053 has_ports = true; in handle_response_icmp()
1060 ip_vs_nat_icmp_v6(skb, pp, cp, 1, toff, has_ports, ciph); in handle_response_icmp()
1063 if (!ip_vs_nat_icmp(skb, pp, cp, 1, toff, has_ports, ciph)) in handle_response_icmp()
/linux/include/net/
H A Dip_vs.h2073 bool has_ports, struct ip_vs_iphdr *ciph);
2078 bool has_ports, struct ip_vs_iphdr *ciph);