Searched refs:queued_list_head (Results 1 – 2 of 2) sorted by relevance
82 NX_PACKET *queued_list_head; in _nx_arp_queue_send() local87 queued_list_head = NX_NULL; in _nx_arp_queue_send()99 queued_list_head = arp_ptr -> nx_arp_packets_waiting; in _nx_arp_queue_send()107 while (queued_list_head) in _nx_arp_queue_send()111 packet_ptr = queued_list_head; in _nx_arp_queue_send()114 queued_list_head = queued_list_head -> nx_packet_queue_next; in _nx_arp_queue_send()
83 NX_PACKET *queued_list_head, *ip_packet_ptr; in _nx_icmpv6_send_queued_packets() local100 queued_list_head = nd_entry -> nx_nd_cache_packet_waiting_head; in _nx_icmpv6_send_queued_packets()113 while (queued_list_head) in _nx_icmpv6_send_queued_packets()117 ip_packet_ptr = queued_list_head; in _nx_icmpv6_send_queued_packets()118 queued_list_head = queued_list_head -> nx_packet_queue_next; in _nx_icmpv6_send_queued_packets()