Searched refs:tx_lsndtime (Results 1 – 2 of 2) sorted by relevance
223 cwnd >>= (now - hc->tx_lsndtime) / hc->tx_rto; in ccid2_cwnd_restart()241 (s32)(now - hc->tx_lsndtime) >= hc->tx_rto) in ccid2_hc_tx_packet_sent()244 hc->tx_lsndtime = now; in ccid2_hc_tx_packet_sent()734 hc->tx_last_cong = hc->tx_lsndtime = hc->tx_cwnd_stamp = ccid2_time_stamp; in ccid2_hc_tx_init()
93 tx_lsndtime; member