Home
last modified time | relevance | path

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

/net/dccp/ccids/
Dccid2.c223 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()
Dccid2.h93 tx_lsndtime; member