Lines Matching refs:ack_pending_q
69 struct sk_buff_head ack_pending_q; member
204 skb = skb_dequeue(&shdlc->ack_pending_q); in llc_shdlc_reset_t2()
210 if (skb_queue_empty(&shdlc->ack_pending_q)) { in llc_shdlc_reset_t2()
219 skb = skb_peek(&shdlc->ack_pending_q); in llc_shdlc_reset_t2()
290 while ((skb = skb_dequeue_tail(&shdlc->ack_pending_q))) { in llc_shdlc_requeue_ack_pending()
312 skb = skb_dequeue(&shdlc->ack_pending_q); in llc_shdlc_rcv_rej()
541 shdlc->ack_pending_q.qlen); in llc_shdlc_handle_send_queue()
543 while (shdlc->send_q.qlen && shdlc->ack_pending_q.qlen < shdlc->w && in llc_shdlc_handle_send_queue()
572 skb_queue_tail(&shdlc->ack_pending_q, skb); in llc_shdlc_handle_send_queue()
623 skb_queue_purge(&shdlc->ack_pending_q); in llc_shdlc_sm_work()
783 skb_queue_head_init(&shdlc->ack_pending_q); in llc_shdlc_init()
803 skb_queue_purge(&shdlc->ack_pending_q); in llc_shdlc_deinit()