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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c145 if (cp->af == AF_INET6 && iph->fragoffs)
228 if (cp->af == AF_INET6 && iph->fragoffs)
H A Dip_vs_core.c803 unsigned short fragoffs; local
805 ipv6_find_hdr(skb, &icmp_offset, IPPROTO_ICMPV6, &fragoffs, NULL);
810 protocol = ipv6_find_hdr(skb, &offs, -1, &fragoffs, NULL);
821 if (!fragoffs && (IPPROTO_TCP == protocol || IPPROTO_UDP == protocol ||
995 struct ip_vs_iphdr ciph = {.flags = 0, .fragoffs = 0};/*Contained IP */
1476 if (!iph->fragoffs) {
1492 if (iph->fragoffs)
1805 struct ip_vs_iphdr ciph = {.flags = 0, .fragoffs = 0};/*Contained IP */
1849 if (ciph.fragoffs)
1993 if (!iph.fragoffs
[all...]
H A Dip_vs_proto_sctp.c99 if (cp->af == AF_INET6 && iph->fragoffs)
147 if (cp->af == AF_INET6 && iph->fragoffs)
H A Dip_vs_proto_tcp.c156 if (cp->af == AF_INET6 && iph->fragoffs)
234 if (cp->af == AF_INET6 && iph->fragoffs)
H A Dip_vs_xmit.c227 if (!ipvsh->fragoffs && !ip_vs_iph_icmp(ipvsh))
848 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT && !ipvsh->fragoffs)) {
/linux-master/include/net/
H A Dip_vs.h53 __u16 fragoffs; /* IPv6 fragment offset, 0 if first frag (or not frag)*/ member in struct:ip_vs_iphdr
91 &iphdr->fragoffs,
105 iphdr->fragoffs = 0;

Completed in 280 milliseconds