Searched refs:tx_rto (Results 1 – 2 of 2) sorted by relevance
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()[all …]
85 tx_rto; member