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()
207 skb = skb_peek(&shdlc->ack_pending_q); in llc_shdlc_reset_t2()
277 while ((skb = skb_dequeue_tail(&shdlc->ack_pending_q))) { in llc_shdlc_requeue_ack_pending()
299 skb = skb_dequeue(&shdlc->ack_pending_q); in llc_shdlc_rcv_rej()
523 shdlc->ack_pending_q.qlen); in llc_shdlc_handle_send_queue()
525 while (shdlc->send_q.qlen && shdlc->ack_pending_q.qlen < shdlc->w && in llc_shdlc_handle_send_queue()
554 skb_queue_tail(&shdlc->ack_pending_q, skb); in llc_shdlc_handle_send_queue()
601 skb_queue_purge(&shdlc->ack_pending_q); in llc_shdlc_sm_work()
747 skb_queue_head_init(&shdlc->ack_pending_q); in llc_shdlc_init()
767 skb_queue_purge(&shdlc->ack_pending_q); in llc_shdlc_deinit()