Lines Matching refs:xq
85 struct sk_buff_head xq; /* pppd transmit queue */ member
521 skb_queue_tail(&pf->xq, skb); in ppp_write()
1412 skb_queue_tail(&ppp->file.xq, skb); in __ppp_xmit_process()
1414 (skb = skb_dequeue(&ppp->file.xq))) in __ppp_xmit_process()
1418 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq)) in __ppp_xmit_process()
1714 if (skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
1881 if (!skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
1883 skb_queue_tail(&pch->file.xq, frag); in ppp_mp_explode()
1913 while (!skb_queue_empty(&pch->file.xq)) { in __ppp_channel_push()
1914 skb = skb_dequeue(&pch->file.xq); in __ppp_channel_push()
1917 skb_queue_head(&pch->file.xq, skb); in __ppp_channel_push()
1923 skb_queue_purge(&pch->file.xq); in __ppp_channel_push()
1927 if (skb_queue_empty(&pch->file.xq)) { in __ppp_channel_push()
3037 skb_queue_head_init(&pf->xq); in init_ppp_file()
3065 skb_queue_purge(&ppp->file.xq); in ppp_destroy_interface()
3219 skb_queue_purge(&pch->file.xq); in ppp_destroy_channel()