Lines Matching refs:nexthdr
306 hdr->nexthdr = proto; in ip6_xmit()
385 u8 nexthdr = hdr->nexthdr; in ip6_forward_proxy_check() local
389 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
390 offset = ipv6_skip_exthdr(skb, sizeof(*hdr), &nexthdr, &frag_off); in ip6_forward_proxy_check()
396 if (nexthdr == IPPROTO_ICMPV6) { in ip6_forward_proxy_check()
666 u8 nexthdr, __be32 frag_id, in ip6_fraglist_init() argument
684 iter->nexthdr = nexthdr; in ip6_fraglist_init()
692 fh->nexthdr = nexthdr; in ip6_fraglist_init()
720 fh->nexthdr = iter->nexthdr; in ip6_fraglist_prepare()
733 u8 nexthdr, __be32 frag_id, struct ip6_frag_state *state) in ip6_frag_init() argument
736 state->nexthdr = nexthdr; in ip6_frag_init()
805 fh->nexthdr = state->nexthdr; in ip6_frag_next()
840 u8 *prevhdr, nexthdr = 0; in ip6_fragment() local
846 nexthdr = *prevhdr; in ip6_fragment()
914 err = ip6_fraglist_init(skb, hlen, prevhdr, nexthdr, frag_id, in ip6_fragment()
972 LL_RESERVED_SPACE(rt->dst.dev), prevhdr, nexthdr, frag_id, in ip6_fragment()
1909 hdr->nexthdr = proto; in __ip6_make_skb()