Home
last modified time | relevance | path

Searched refs:tx_seqt (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/dccp/ccids/
Dccid2.c63 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()
69 hc->tx_seqt->ccid2s_prev = &seqp[CCID2_SEQBUF_LEN - 1]; in ccid2_hc_tx_alloc_seq()
70 seqp[CCID2_SEQBUF_LEN - 1].ccid2s_next = hc->tx_seqt; in ccid2_hc_tx_alloc_seq()
170 hc->tx_seqt = hc->tx_seqh; in ccid2_hc_tx_rto_expire()
284 if (next == hc->tx_seqt) { in ccid2_hc_tx_packet_sent()
291 BUG_ON(next == hc->tx_seqt); in ccid2_hc_tx_packet_sent()
350 struct ccid2_seq *seqp = hc->tx_seqt; in ccid2_hc_tx_packet_sent()
572 if (hc->tx_seqh == hc->tx_seqt) in ccid2_hc_tx_packet_recv()
579 seqp = hc->tx_seqt; in ccid2_hc_tx_packet_recv()
612 if (seqp == hc->tx_seqt) { in ccid2_hc_tx_packet_recv()
[all …]
Dccid2.h78 struct ccid2_seq *tx_seqt; member