Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_core.c763 unsigned short fragoffs; in ip_vs_nat_icmp_v6() local
765 ipv6_find_hdr(skb, &icmp_offset, IPPROTO_ICMPV6, &fragoffs, NULL); in ip_vs_nat_icmp_v6()
770 protocol = ipv6_find_hdr(skb, &offs, -1, &fragoffs, NULL); in ip_vs_nat_icmp_v6()
781 if (!fragoffs && (IPPROTO_TCP == protocol || IPPROTO_UDP == protocol || in ip_vs_nat_icmp_v6()
955 struct ip_vs_iphdr ciph = {.flags = 0, .fragoffs = 0};/*Contained IP */ in ip_vs_out_icmp_v6()
995 ciph.protocol = ipv6_find_hdr(skb, &ciph.len, -1, &ciph.fragoffs, NULL); in ip_vs_out_icmp_v6()
1516 struct ip_vs_iphdr ciph = {.flags = 0, .fragoffs = 0};/*Contained IP */ in ip_vs_in_icmp_v6()
1558 ciph.protocol = ipv6_find_hdr(skb, &ciph.len, -1, &ciph.fragoffs, NULL); in ip_vs_in_icmp_v6()
1569 if (ciph.fragoffs) in ip_vs_in_icmp_v6()
1692 if (conn_reuse_mode && !iph.fragoffs && in ip_vs_in()
[all …]
Dip_vs_proto_udp.c136 if (cp->af == AF_INET6 && iph->fragoffs) in udp_snat_handler()
219 if (cp->af == AF_INET6 && iph->fragoffs) in udp_dnat_handler()
Dip_vs_proto_sctp.c87 if (cp->af == AF_INET6 && iph->fragoffs) in sctp_snat_handler()
134 if (cp->af == AF_INET6 && iph->fragoffs) in sctp_dnat_handler()
Dip_vs_proto_tcp.c140 if (cp->af == AF_INET6 && iph->fragoffs) in tcp_snat_handler()
218 if (cp->af == AF_INET6 && iph->fragoffs) in tcp_dnat_handler()
Dip_vs_xmit.c227 if (!ipvsh->fragoffs) in ensure_mtu_is_adequate()
777 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT && !ipvsh->fragoffs)) { in ip_vs_nat_xmit_v6()
/linux-4.1.27/include/net/
Dip_vs.h109 __u16 fragoffs; /* IPv6 fragment offset, 0 if first frag (or not frag)*/ member
129 iphdr->fragoffs = 0; in ip_vs_fill_ip4hdr()
152 &iphdr->fragoffs, in ip_vs_fill_iph_skb()
160 iphdr->fragoffs = 0; in ip_vs_fill_iph_skb()