Lines Matching refs:nexthdr
58 ipprot = rcu_dereference(inet6_protos[ipv6_hdr(skb)->nexthdr]); in ip6_rcv_finish_core()
224 IP6CB(skb)->nhoff = offsetof(struct ipv6hdr, nexthdr); in ip6_rcv_core()
229 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in ip6_rcv_core()
242 if (hdr->nexthdr == NEXTHDR_HOP) { in ip6_rcv_core()
328 int nexthdr; in ip6_input_finish() local
342 nexthdr = skb_network_header(skb)[nhoff]; in ip6_input_finish()
345 raw = raw6_local_deliver(skb, nexthdr); in ip6_input_finish()
346 ipprot = rcu_dereference(inet6_protos[nexthdr]); in ip6_input_finish()
376 !ipv6_is_mld(skb, nexthdr, skb_network_header_len(skb))) in ip6_input_finish()
391 nexthdr = ret; in ip6_input_finish()
462 u8 nexthdr = hdr->nexthdr; in ip6_mc_input() local
472 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
477 &nexthdr, &frag_off); in ip6_mc_input()
481 if (ipv6_is_mld(skb, nexthdr, offset)) in ip6_mc_input()