Home
last modified time | relevance | path

Searched refs:tcp_node_list (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_hl.c770 struct tcp_stream_node *tcp_node_list; local
775 tcp_node_list = NULL;
778 tcp_node_list = vdev->tcp_ack_hash.node[i].head;
785 while (tcp_node_list) {
790 temp = tcp_node_list;
791 tcp_node_list = temp->next;
1249 struct tcp_stream_node *tcp_node_list; local
1254 tcp_node_list = NULL;
1258 tcp_node_list = vdev->tcp_ack_hash.node[i].head;
1265 while (tcp_node_list) {
[all …]