Home
last modified time | relevance | path

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

/net/dccp/ccids/
Dccid2.c50 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()
56 hc->tx_seqt->ccid2s_prev = &seqp[CCID2_SEQBUF_LEN - 1]; in ccid2_hc_tx_alloc_seq()
57 seqp[CCID2_SEQBUF_LEN - 1].ccid2s_next = hc->tx_seqt; in ccid2_hc_tx_alloc_seq()
157 hc->tx_seqt = hc->tx_seqh; in ccid2_hc_tx_rto_expire()
274 if (next == hc->tx_seqt) { in ccid2_hc_tx_packet_sent()
281 BUG_ON(next == hc->tx_seqt); in ccid2_hc_tx_packet_sent()
340 struct ccid2_seq *seqp = hc->tx_seqt; in ccid2_hc_tx_packet_sent()
564 if (hc->tx_seqh == hc->tx_seqt) in ccid2_hc_tx_packet_recv()
571 seqp = hc->tx_seqt; in ccid2_hc_tx_packet_recv()
604 if (seqp == hc->tx_seqt) { in ccid2_hc_tx_packet_recv()
[all …]
Dccid2.h65 struct ccid2_seq *tx_seqt; member