Searched refs:current_hdr (Results 1 – 3 of 3) sorted by relevance
487 uint8_t current_hdr, nexthdr, prev_hdr_offset; in net_ipv6_input() local664 current_hdr = hdr->nexthdr; in net_ipv6_input()665 ext_bitmap = extension_to_bitmap(current_hdr, ext_bitmap); in net_ipv6_input()670 while (!net_ipv6_is_nexthdr_upper_layer(current_hdr)) { in net_ipv6_input()674 NET_DBG("IPv6 next header %d", current_hdr); in net_ipv6_input()676 if (current_hdr == NET_IPV6_NEXTHDR_NONE) { in net_ipv6_input()727 switch (current_hdr) { in net_ipv6_input()739 current_hdr); in net_ipv6_input()756 current_hdr = nexthdr; in net_ipv6_input()765 switch (current_hdr) { in net_ipv6_input()[all …]
493 uintptr_t current_hdr; member
778 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()