Lines Matching defs:queue
1428 /* this can save us from acquiring the rx queue lock on next receive */
1447 /* as above, but the caller held the rx queue lock, too */
1498 * queue is full; always allow at least a packet
1506 * - Reduce memory overhead and thus increase receive queue capacity
1519 * queue contains some other skb
1634 * first_packet_length - return length of first packet in receive queue
1695 struct sk_buff_head *queue;
1700 queue = &udp_sk(sk)->reader_queue;
1711 spin_lock_bh(&queue->lock);
1712 skb = __skb_try_recv_from_queue(sk, queue, flags, off,
1717 spin_unlock_bh(&queue->lock);
1722 spin_unlock_bh(&queue->lock);
1726 /* refill the reader queue and walk it again
1732 skb_queue_splice_tail_init(sk_queue, queue);
1734 skb = __skb_try_recv_from_queue(sk, queue, flags, off,
1739 spin_unlock_bh(&queue->lock);
2079 * Charge it to the socket, dropping if the queue is full.
2850 * and a packet with checksum error is in the queue;
2868 /* psock ingress_msg queue should not contain any bad checksum frames */