Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c144 if (cp->af == AF_INET6 && iph->fragoffs) in udp_snat_handler()
227 if (cp->af == AF_INET6 && iph->fragoffs) in udp_dnat_handler()
H A Dip_vs_proto_sctp.c99 if (cp->af == AF_INET6 && iph->fragoffs) in sctp_snat_handler()
147 if (cp->af == AF_INET6 && iph->fragoffs) in sctp_dnat_handler()
H A Dip_vs_proto_tcp.c155 if (cp->af == AF_INET6 && iph->fragoffs) in tcp_snat_handler()
233 if (cp->af == AF_INET6 && iph->fragoffs) in tcp_dnat_handler()
H A Dip_vs_xmit.c219 if (!ipvsh->fragoffs && !ip_vs_iph_icmp(ipvsh)) in ensure_mtu_is_adequate()
839 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT && !ipvsh->fragoffs)) { in ip_vs_nat_xmit_v6()
/linux/include/net/
H A Dip_vs.h53 __u16 fragoffs; /* IPv6 fragment offset, 0 if first frag (or not frag)*/ member
91 &iphdr->fragoffs, in ip_vs_fill_iph_skb_off()
105 iphdr->fragoffs = 0; in ip_vs_fill_iph_skb_off()