Home
last modified time | relevance | path

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

/net/dccp/ccids/
Dccid2.c62 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()
65 hc->tx_seqh->ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
66 seqp->ccid2s_prev = hc->tx_seqh; in ccid2_hc_tx_alloc_seq()
156 hc->tx_seqt = hc->tx_seqh; in ccid2_hc_tx_rto_expire()
262 hc->tx_seqh->ccid2s_seq = dp->dccps_gss; in ccid2_hc_tx_packet_sent()
263 hc->tx_seqh->ccid2s_acked = 0; in ccid2_hc_tx_packet_sent()
264 hc->tx_seqh->ccid2s_sent = now; in ccid2_hc_tx_packet_sent()
266 next = hc->tx_seqh->ccid2s_next; in ccid2_hc_tx_packet_sent()
274 next = hc->tx_seqh->ccid2s_next; in ccid2_hc_tx_packet_sent()
277 hc->tx_seqh = next; in ccid2_hc_tx_packet_sent()
[all …]
Dccid2.h77 struct ccid2_seq *tx_seqh; member