Lines Matching refs:current_hdr
484 uint8_t current_hdr, nexthdr, prev_hdr_offset; in net_ipv6_input() local
661 current_hdr = hdr->nexthdr; in net_ipv6_input()
662 ext_bitmap = extension_to_bitmap(current_hdr, ext_bitmap); in net_ipv6_input()
667 while (!net_ipv6_is_nexthdr_upper_layer(current_hdr)) { in net_ipv6_input()
671 NET_DBG("IPv6 next header %d", current_hdr); in net_ipv6_input()
673 if (current_hdr == NET_IPV6_NEXTHDR_NONE) { in net_ipv6_input()
724 switch (current_hdr) { in net_ipv6_input()
736 current_hdr); in net_ipv6_input()
753 current_hdr = nexthdr; in net_ipv6_input()
762 switch (current_hdr) { in net_ipv6_input()
811 } else if (current_hdr == IPPROTO_ICMPV6) { in net_ipv6_input()
818 verdict = net_conn_input(pkt, &ip, current_hdr, &proto_hdr); in net_ipv6_input()