Lines Matching refs:nexthdr
213 hdr->nexthdr = proto; in ip6_xmit()
271 u8 nexthdr = hdr->nexthdr; in ip6_forward_proxy_check() local
275 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
276 offset = ipv6_skip_exthdr(skb, sizeof(*hdr), &nexthdr, &frag_off); in ip6_forward_proxy_check()
282 if (nexthdr == IPPROTO_ICMPV6) { in ip6_forward_proxy_check()
559 u8 *prevhdr, nexthdr = 0; in ip6_fragment() local
563 nexthdr = *prevhdr; in ip6_fragment()
639 fh->nexthdr = nexthdr; in ip6_fragment()
664 fh->nexthdr = nexthdr; in ip6_fragment()
782 fh->nexthdr = nexthdr; in ip6_fragment()
1653 hdr->nexthdr = proto; in __ip6_make_skb()