Searched refs:xq (Results 1 – 1 of 1) sorted by relevance
81 struct sk_buff_head xq; /* pppd transmit queue */ member517 skb_queue_tail(&pf->xq, skb); in ppp_write()1406 skb_queue_tail(&ppp->file.xq, skb); in __ppp_xmit_process()1408 (skb = skb_dequeue(&ppp->file.xq))) in __ppp_xmit_process()1412 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq)) in __ppp_xmit_process()1710 if (skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()1877 if (!skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()1879 skb_queue_tail(&pch->file.xq, frag); in ppp_mp_explode()1909 while (!skb_queue_empty(&pch->file.xq)) { in __ppp_channel_push()1910 skb = skb_dequeue(&pch->file.xq); in __ppp_channel_push()[all …]