Searched refs:queue_recv_data (Results 1 – 2 of 2) sorted by relevance
800 tcp_pkt_unref(conn->queue_recv_data); in tcp_conn_release()1176 conn->queue_recv_data->buffer); in tcp_check_pending_data()1177 conn->queue_recv_data->buffer = NULL; in tcp_check_pending_data()1184 conn->queue_recv_data->buffer = NULL; in tcp_check_pending_data()1830 net_pkt_get_len(conn->queue_recv_data), in tcp_cleanup_recv_queue()1834 conn->queue_recv_data->buffer = NULL; in tcp_cleanup_recv_queue()2084 if (conn->queue_recv_data == NULL) { in tcp_conn_alloc()2150 tcp_pkt_unref(conn->queue_recv_data); in tcp_conn_alloc()2151 conn->queue_recv_data = NULL; in tcp_conn_alloc()2646 conn->queue_recv_data->buffer); in tcp_queue_recv_data()[all …]
262 struct net_pkt *queue_recv_data; member
Completed in 35 milliseconds