Searched refs:queue_head (Results 1 – 3 of 3) sorted by relevance
75 NX_PACKET *queue_head; in _nx_igmp_queue_process() local83 queue_head = ip_ptr -> nx_ip_igmp_queue_head; in _nx_igmp_queue_process() local91 while (queue_head) in _nx_igmp_queue_process()96 packet_ptr = queue_head; in _nx_igmp_queue_process()97 queue_head = queue_head -> nx_packet_queue_next; in _nx_igmp_queue_process()
75 NX_PACKET *queue_head; in _nx_icmp_queue_process() local83 queue_head = ip_ptr -> nx_ip_icmp_queue_head; in _nx_icmp_queue_process() local91 while (queue_head) in _nx_icmp_queue_process()96 packet_ptr = queue_head; in _nx_icmp_queue_process()97 queue_head = queue_head -> nx_packet_queue_next; in _nx_icmp_queue_process()
75 NX_PACKET *queue_head; in _nx_tcp_queue_process() local83 queue_head = ip_ptr -> nx_ip_tcp_queue_head; in _nx_tcp_queue_process() local93 while (queue_head) in _nx_tcp_queue_process()98 packet_ptr = queue_head; in _nx_tcp_queue_process()99 queue_head = queue_head -> nx_packet_queue_next; in _nx_tcp_queue_process()