Lines Matching refs:nexthdr
217 hdr->nexthdr = proto; in ip6_xmit()
283 u8 nexthdr = hdr->nexthdr; in ip6_forward_proxy_check() local
287 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
288 offset = ipv6_skip_exthdr(skb, sizeof(*hdr), &nexthdr, &frag_off); in ip6_forward_proxy_check()
294 if (nexthdr == IPPROTO_ICMPV6) { in ip6_forward_proxy_check()
572 u8 *prevhdr, nexthdr = 0; in ip6_fragment() local
575 nexthdr = *prevhdr; in ip6_fragment()
661 fh->nexthdr = nexthdr; in ip6_fragment()
686 fh->nexthdr = nexthdr; in ip6_fragment()
799 fh->nexthdr = nexthdr; in ip6_fragment()
1669 hdr->nexthdr = proto; in __ip6_make_skb()