Home
last modified time | relevance | path

Searched refs:xq (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/
Dppp_generic.c82 struct sk_buff_head xq; /* pppd transmit queue */ member
483 skb_queue_tail(&pf->xq, skb); in ppp_write()
972 skb_queue_tail(&ppp->file.xq, skb); in ppp_start_xmit()
1060 (skb = skb_dequeue(&ppp->file.xq))) in ppp_xmit_process()
1064 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq)) in ppp_xmit_process()
1334 if (skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
1496 if (!skb_queue_empty(&pch->file.xq) || in ppp_mp_explode()
1498 skb_queue_tail(&pch->file.xq, frag); in ppp_mp_explode()
1531 while (!skb_queue_empty(&pch->file.xq)) { in ppp_channel_push()
1532 skb = skb_dequeue(&pch->file.xq); in ppp_channel_push()
[all …]