Lines Matching refs:nexthdr
54 switch (ipv6_hdr(skb)->nexthdr) { in ip6_rcv_finish_core()
253 IP6CB(skb)->nhoff = offsetof(struct ipv6hdr, nexthdr); in ip6_rcv_core()
258 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in ip6_rcv_core()
271 if (hdr->nexthdr == NEXTHDR_HOP) { in ip6_rcv_core()
355 void ip6_protocol_deliver_rcu(struct net *net, struct sk_buff *skb, int nexthdr, in ip6_protocol_deliver_rcu() argument
373 nexthdr = skb_network_header(skb)[nhoff]; in ip6_protocol_deliver_rcu()
377 raw = raw6_local_deliver(skb, nexthdr); in ip6_protocol_deliver_rcu()
378 ipprot = rcu_dereference(inet6_protos[nexthdr]); in ip6_protocol_deliver_rcu()
420 !ipv6_is_mld(skb, nexthdr, skb_network_header_len(skb))) in ip6_protocol_deliver_rcu()
436 nexthdr = ret; in ip6_protocol_deliver_rcu()
530 u8 nexthdr = hdr->nexthdr; in ip6_mc_input() local
540 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
545 &nexthdr, &frag_off); in ip6_mc_input()
549 if (ipv6_is_mld(skb, nexthdr, offset)) in ip6_mc_input()