Lines Matching refs:nexthdr
81 ipv6_hdr->nexthdr = 0U; in net_ipv6_create()
133 ipv6_hdr->nexthdr = net_pkt_ipv6_next_hdr(pkt); in net_ipv6_finalize()
135 ipv6_hdr->nexthdr = next_header_proto; in net_ipv6_finalize()
484 uint8_t current_hdr, nexthdr, prev_hdr_offset; in net_ipv6_input() local
575 net_pkt_set_ipv6_next_hdr(pkt, hdr->nexthdr); in net_ipv6_input()
661 current_hdr = hdr->nexthdr; in net_ipv6_input()
664 prev_hdr_offset = (uint8_t *)&hdr->nexthdr - (uint8_t *)hdr; in net_ipv6_input()
686 if (net_pkt_read_u8(pkt, &nexthdr)) { in net_ipv6_input()
692 ext_bit = extension_to_bitmap(nexthdr, ext_bitmap); in net_ipv6_input()
702 switch (nexthdr) { in net_ipv6_input()
717 if (net_ipv6_is_nexthdr_upper_layer(nexthdr)) { in net_ipv6_input()
753 current_hdr = nexthdr; in net_ipv6_input()