Lines Matching refs:tx_rto
158 hc->tx_rto <<= 1; in ccid2_hc_tx_rto_expire()
159 if (hc->tx_rto > DCCP_RTO_MAX) in ccid2_hc_tx_rto_expire()
160 hc->tx_rto = DCCP_RTO_MAX; in ccid2_hc_tx_rto_expire()
182 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_rto_expire()
239 while ((delta -= hc->tx_rto) >= 0 && cwnd > restart_cwnd) in ccid2_cwnd_restart()
257 (s32)(now - hc->tx_lsndtime) >= hc->tx_rto) in ccid2_hc_tx_packet_sent()
274 if (ccid2_do_cwv && (s32)(now - hc->tx_cwnd_stamp) >= hc->tx_rto) in ccid2_hc_tx_packet_sent()
346 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_packet_sent()
436 hc->tx_rto = (hc->tx_srtt >> 3) + hc->tx_rttvar; in ccid2_rtt_estimator()
438 if (hc->tx_rto > DCCP_RTO_MAX) in ccid2_rtt_estimator()
439 hc->tx_rto = DCCP_RTO_MAX; in ccid2_rtt_estimator()
718 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_packet_recv()
748 hc->tx_rto = DCCP_TIMEOUT_INIT; in ccid2_hc_tx_init()