Home
last modified time | relevance | path

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

/Linux-v5.10/net/dccp/ccids/
Dccid2.h81 tx_lsndtime; member
Dccid2.c219 s32 delta = now - hc->tx_lsndtime; in ccid2_cwnd_restart()
244 (s32)(now - hc->tx_lsndtime) >= hc->tx_rto) in ccid2_hc_tx_packet_sent()
247 hc->tx_lsndtime = now; in ccid2_hc_tx_packet_sent()
737 hc->tx_last_cong = hc->tx_lsndtime = hc->tx_cwnd_stamp = ccid2_jiffies32; in ccid2_hc_tx_init()