Searched refs:nx_ip_tcp_queue_head (Results 1 – 5 of 5) sorted by relevance
83 queue_head = ip_ptr -> nx_ip_tcp_queue_head; in _nx_tcp_queue_process()84 ip_ptr -> nx_ip_tcp_queue_head = NX_NULL; in _nx_tcp_queue_process()
120 if (ip_ptr -> nx_ip_tcp_queue_head) in _nx_tcp_packet_receive()135 ip_ptr -> nx_ip_tcp_queue_head = packet_ptr; in _nx_tcp_packet_receive()
224 tcp_queue_head = ip_ptr -> nx_ip_tcp_queue_head; in _nx_ip_delete()225 ip_ptr -> nx_ip_tcp_queue_head = NX_NULL; in _nx_ip_delete()
530 ip_0.nx_ip_tcp_queue_head = NX_NULL; in thread_0_entry()542 ip_0.nx_ip_tcp_queue_head = NX_NULL; in thread_0_entry()
2899 NX_PACKET *nx_ip_tcp_queue_head, member