Lines Matching defs:nexthdr
476 if (ip6h->nexthdr != IPPROTO_TCP &&
477 ip6h->nexthdr != IPPROTO_UDP)
484 if (!pskb_network_may_pull(skb, ip6h->nexthdr == IPPROTO_TCP ?
490 if (ip6h->nexthdr == IPPROTO_TCP)
499 tuple->l4proto = ip6h->nexthdr;
665 int nexthdr;
673 nexthdr = ipv6_find_hdr(skb, &payload_ofs, -1, &frag_off, &flags);
674 if (unlikely(nexthdr < 0))
790 u8 nexthdr = ipv6_hdr(skb)->nexthdr;
793 &nexthdr, &frag_off);
795 if (hdrlen >= 0 && nexthdr == IPPROTO_ICMPV6) {