Lines Matching refs:tx_rto
145 hc->tx_rto <<= 1; in ccid2_hc_tx_rto_expire()
146 if (hc->tx_rto > DCCP_RTO_MAX) in ccid2_hc_tx_rto_expire()
147 hc->tx_rto = DCCP_RTO_MAX; in ccid2_hc_tx_rto_expire()
169 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_rto_expire()
229 while ((delta -= hc->tx_rto) >= 0 && cwnd > restart_cwnd) in ccid2_cwnd_restart()
247 (s32)(now - hc->tx_lsndtime) >= hc->tx_rto) in ccid2_hc_tx_packet_sent()
264 if (ccid2_do_cwv && (s32)(now - hc->tx_cwnd_stamp) >= hc->tx_rto) in ccid2_hc_tx_packet_sent()
336 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_packet_sent()
428 hc->tx_rto = (hc->tx_srtt >> 3) + hc->tx_rttvar; in ccid2_rtt_estimator()
430 if (hc->tx_rto > DCCP_RTO_MAX) in ccid2_rtt_estimator()
431 hc->tx_rto = DCCP_RTO_MAX; in ccid2_rtt_estimator()
710 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_packet_recv()
740 hc->tx_rto = DCCP_TIMEOUT_INIT; in ccid2_hc_tx_init()