Lines Matching refs:xq
82 struct sk_buff_head xq; /* pppd transmit queue */ member
497 skb_queue_tail(&pf->xq, skb); in ppp_write()
1005 skb_queue_tail(&ppp->file.xq, skb); in ppp_start_xmit()
1126 (skb = skb_dequeue(&ppp->file.xq))) in ppp_xmit_process()
1130 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq)) in ppp_xmit_process()
1402 if (skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
1569 if (!skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
1571 skb_queue_tail(&pch->file.xq, frag); in ppp_mp_explode()
1604 while (!skb_queue_empty(&pch->file.xq)) { in ppp_channel_push()
1605 skb = skb_dequeue(&pch->file.xq); in ppp_channel_push()
1608 skb_queue_head(&pch->file.xq, skb); in ppp_channel_push()
1614 skb_queue_purge(&pch->file.xq); in ppp_channel_push()
1618 if (skb_queue_empty(&pch->file.xq)) { in ppp_channel_push()
2770 skb_queue_head_init(&pf->xq); in init_ppp_file()
2826 skb_queue_purge(&ppp->file.xq); in ppp_destroy_interface()
2967 skb_queue_purge(&pch->file.xq); in ppp_destroy_channel()