Lines Matching refs:ack_pending_q
58 struct sk_buff_head ack_pending_q; member
193 skb = skb_dequeue(&shdlc->ack_pending_q); in llc_shdlc_reset_t2()
199 if (skb_queue_empty(&shdlc->ack_pending_q)) { in llc_shdlc_reset_t2()
208 skb = skb_peek(&shdlc->ack_pending_q); in llc_shdlc_reset_t2()
279 while ((skb = skb_dequeue_tail(&shdlc->ack_pending_q))) { in llc_shdlc_requeue_ack_pending()
301 skb = skb_dequeue(&shdlc->ack_pending_q); in llc_shdlc_rcv_rej()
530 shdlc->ack_pending_q.qlen); in llc_shdlc_handle_send_queue()
532 while (shdlc->send_q.qlen && shdlc->ack_pending_q.qlen < shdlc->w && in llc_shdlc_handle_send_queue()
561 skb_queue_tail(&shdlc->ack_pending_q, skb); in llc_shdlc_handle_send_queue()
612 skb_queue_purge(&shdlc->ack_pending_q); in llc_shdlc_sm_work()
764 skb_queue_head_init(&shdlc->ack_pending_q); in llc_shdlc_init()
784 skb_queue_purge(&shdlc->ack_pending_q); in llc_shdlc_deinit()