Lines Matching refs:tx_seqh
50 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()
53 hc->tx_seqh->ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
54 seqp->ccid2s_prev = hc->tx_seqh; in ccid2_hc_tx_alloc_seq()
157 hc->tx_seqt = hc->tx_seqh; in ccid2_hc_tx_rto_expire()
268 hc->tx_seqh->ccid2s_seq = dp->dccps_gss; in ccid2_hc_tx_packet_sent()
269 hc->tx_seqh->ccid2s_acked = 0; in ccid2_hc_tx_packet_sent()
270 hc->tx_seqh->ccid2s_sent = now; in ccid2_hc_tx_packet_sent()
272 next = hc->tx_seqh->ccid2s_next; in ccid2_hc_tx_packet_sent()
280 next = hc->tx_seqh->ccid2s_next; in ccid2_hc_tx_packet_sent()
283 hc->tx_seqh = next; in ccid2_hc_tx_packet_sent()
342 while (seqp != hc->tx_seqh) { in ccid2_hc_tx_packet_sent()
564 if (hc->tx_seqh == hc->tx_seqt) in ccid2_hc_tx_packet_recv()
574 if (seqp == hc->tx_seqh) { in ccid2_hc_tx_packet_recv()
575 seqp = hc->tx_seqh->ccid2s_prev; in ccid2_hc_tx_packet_recv()
655 if (seqp == hc->tx_seqh) { in ccid2_hc_tx_packet_recv()
656 seqp = hc->tx_seqh->ccid2s_prev; in ccid2_hc_tx_packet_recv()
699 while (hc->tx_seqt != hc->tx_seqh) { in ccid2_hc_tx_packet_recv()