Home
last modified time | relevance | path

Searched refs:current_hdr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dipv6.c484 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()
[all …]
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax.h493 uintptr_t current_hdr; member
Ddma_iproc_pax_v2.c778 ring->current_hdr = (uintptr_t)get_curr_desc_addr(ring); in dma_iproc_pax_gen_desc()
779 rm_write_header_desc((void *)ring->current_hdr, in dma_iproc_pax_gen_desc()
796 hdr = (struct rm_header *)ring->current_hdr; in dma_iproc_pax_gen_desc()