Searched refs:queued_list_head (Results 1 – 2 of 2) sorted by relevance
81 NX_PACKET *queued_list_head; in _nx_arp_queue_send() local86 queued_list_head = NX_NULL; in _nx_arp_queue_send()98 queued_list_head = arp_ptr -> nx_arp_packets_waiting; in _nx_arp_queue_send()106 while (queued_list_head) in _nx_arp_queue_send()110 packet_ptr = queued_list_head; in _nx_arp_queue_send()113 queued_list_head = queued_list_head -> nx_packet_queue_next; in _nx_arp_queue_send()
82 NX_PACKET *queued_list_head, *ip_packet_ptr; in _nx_icmpv6_send_queued_packets() local99 queued_list_head = nd_entry -> nx_nd_cache_packet_waiting_head; in _nx_icmpv6_send_queued_packets()112 while (queued_list_head) in _nx_icmpv6_send_queued_packets()116 ip_packet_ptr = queued_list_head; in _nx_icmpv6_send_queued_packets()117 queued_list_head = queued_list_head -> nx_packet_queue_next; in _nx_icmpv6_send_queued_packets()