Lines Matching refs:tx_seqh
63 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()
66 hc->tx_seqh->ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
67 seqp->ccid2s_prev = hc->tx_seqh; in ccid2_hc_tx_alloc_seq()
170 hc->tx_seqt = hc->tx_seqh; in ccid2_hc_tx_rto_expire()
278 hc->tx_seqh->ccid2s_seq = dp->dccps_gss; in ccid2_hc_tx_packet_sent()
279 hc->tx_seqh->ccid2s_acked = 0; in ccid2_hc_tx_packet_sent()
280 hc->tx_seqh->ccid2s_sent = now; in ccid2_hc_tx_packet_sent()
282 next = hc->tx_seqh->ccid2s_next; in ccid2_hc_tx_packet_sent()
290 next = hc->tx_seqh->ccid2s_next; in ccid2_hc_tx_packet_sent()
293 hc->tx_seqh = next; in ccid2_hc_tx_packet_sent()
352 while (seqp != hc->tx_seqh) { in ccid2_hc_tx_packet_sent()
572 if (hc->tx_seqh == hc->tx_seqt) in ccid2_hc_tx_packet_recv()
582 if (seqp == hc->tx_seqh) { in ccid2_hc_tx_packet_recv()
583 seqp = hc->tx_seqh->ccid2s_prev; in ccid2_hc_tx_packet_recv()
663 if (seqp == hc->tx_seqh) { in ccid2_hc_tx_packet_recv()
664 seqp = hc->tx_seqh->ccid2s_prev; in ccid2_hc_tx_packet_recv()
707 while (hc->tx_seqt != hc->tx_seqh) { in ccid2_hc_tx_packet_recv()