Searched refs:current_hdr (Results 1 – 3 of 3) sorted by relevance
444 uint8_t current_hdr, nexthdr, prev_hdr_offset; in net_ipv6_input() local591 current_hdr = hdr->nexthdr; in net_ipv6_input()592 ext_bitmap = extension_to_bitmap(current_hdr, ext_bitmap); in net_ipv6_input()597 while (!net_ipv6_is_nexthdr_upper_layer(current_hdr)) { in net_ipv6_input()601 NET_DBG("IPv6 next header %d", current_hdr); in net_ipv6_input()603 if (current_hdr == NET_IPV6_NEXTHDR_NONE) { in net_ipv6_input()652 switch (current_hdr) { in net_ipv6_input()664 current_hdr); in net_ipv6_input()680 current_hdr = nexthdr; in net_ipv6_input()689 switch (current_hdr) { in net_ipv6_input()[all …]
493 uintptr_t current_hdr; member
777 ring->current_hdr = (uintptr_t)get_curr_desc_addr(ring); in dma_iproc_pax_gen_desc()778 rm_write_header_desc((void *)ring->current_hdr, in dma_iproc_pax_gen_desc()795 hdr = (struct rm_header *)ring->current_hdr; in dma_iproc_pax_gen_desc()