Lines Matching defs:queue
472 /* If there is an outstanding ASCONF chunk, queue it for later
1498 /* Clean up any skbs sitting on the receive queue. */
1534 /* This will run the backlog queue. */
4845 * association from the accept queue of the endpoint. A new socket
4880 * queue and pick the first association on the list.
8652 /* A TCP-style listening socket becomes readable when the accept queue
9287 /* Wake up the tasks in each wait queue. */
9571 /* Move any messages in the old socket's receive queue that are for the
9572 * peeled off association to the new socket's receive queue.
9592 struct sk_buff_head *queue;
9594 /* Decide which queue to move pd_lobby skbs to. */
9596 queue = &newsp->pd_lobby;
9598 queue = &newsk->sk_receive_queue;
9607 __skb_queue_tail(queue, skb);