Lines Matching refs:readq
38 struct sk_buff_head readq; member
60 skb_queue_purge(&data->readq); in vhci_close_dev()
69 skb_queue_purge(&data->readq); in vhci_flush()
80 skb_queue_tail(&data->readq, skb); in vhci_send_frame()
468 skb_queue_head(&data->readq, skb); in __vhci_create_device()
588 skb = skb_dequeue(&data->readq); in vhci_read()
592 skb_queue_head(&data->readq, skb); in vhci_read()
604 !skb_queue_empty(&data->readq)); in vhci_read()
626 if (!skb_queue_empty(&data->readq)) in vhci_poll()
648 skb_queue_head_init(&data->readq); in vhci_open()
678 skb_queue_purge(&data->readq); in vhci_release()