Lines Matching defs:queue
979 /* traverse the receive queue, ensuring it contains a full
1064 * queue, that is the only 0len pkts ever expected here,
1377 * Data that is still on the ssk rx queue can thus be ignored,
1379 * DSS ACK is updated when skb is moved to the mptcp rx queue.
1395 * problematic lockdep dependency between TCP accept queue lock
1420 /* MPJ subflow are removed from accept queue before reaching here,
1784 struct request_sock_queue *queue = &inet_csk(listener_ssk)->icsk_accept_queue;
1793 spin_lock_bh(&queue->rskq_lock);
1794 head = queue->rskq_accept_head;
1795 tail = queue->rskq_accept_tail;
1796 queue->rskq_accept_head = NULL;
1797 queue->rskq_accept_tail = NULL;
1798 spin_unlock_bh(&queue->rskq_lock);
1845 /* restore the listener queue, to let the TCP code clean it up */
1846 spin_lock_bh(&queue->rskq_lock);
1847 WARN_ON_ONCE(queue->rskq_accept_head);
1848 queue->rskq_accept_head = head;
1849 queue->rskq_accept_tail = tail;
1850 spin_unlock_bh(&queue->rskq_lock);
1986 * the napi queue. To respect locking, only the same CPU that originated