Lines Matching refs:xq
82 struct sk_buff_head xq; /* pppd transmit queue */ member
483 skb_queue_tail(&pf->xq, skb); in ppp_write()
971 skb_queue_tail(&ppp->file.xq, skb); in ppp_start_xmit()
1059 (skb = skb_dequeue(&ppp->file.xq))) in ppp_xmit_process()
1063 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq)) in ppp_xmit_process()
1335 if (skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
1502 if (!skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
1504 skb_queue_tail(&pch->file.xq, frag); in ppp_mp_explode()
1537 while (!skb_queue_empty(&pch->file.xq)) { in ppp_channel_push()
1538 skb = skb_dequeue(&pch->file.xq); in ppp_channel_push()
1541 skb_queue_head(&pch->file.xq, skb); in ppp_channel_push()
1547 skb_queue_purge(&pch->file.xq); in ppp_channel_push()
1551 if (skb_queue_empty(&pch->file.xq)) { in ppp_channel_push()
2698 skb_queue_head_init(&pf->xq); in init_ppp_file()
2754 skb_queue_purge(&ppp->file.xq); in ppp_destroy_interface()
2890 skb_queue_purge(&pch->file.xq); in ppp_destroy_channel()