Lines Matching defs:queue
757 * single device frame, and queue such a frame for sending.
911 * Put this fragment into the sending queue.
951 struct sk_buff_head *queue,
977 skb = skb_peek_tail(queue);
1188 * Put the packet on the pending queue.
1195 __skb_queue_tail(queue, skb);
1380 struct sk_buff_head *queue,
1393 skb = __skb_dequeue(queue);
1401 while ((tmp_skb = __skb_dequeue(queue)) != NULL) {
1513 struct sk_buff_head *queue,
1518 while ((skb = __skb_dequeue_tail(queue)) != NULL)
1537 struct sk_buff_head queue;
1543 __skb_queue_head_init(&queue);
1552 err = __ip_append_data(sk, fl4, &queue, cork,
1556 __ip_flush_pending_frames(sk, &queue, cork);
1560 return __ip_make_skb(sk, fl4, &queue, cork);