Lines Matching refs:TCP_RTO_MAX
102 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
203 linear_backoff_thresh = ilog2(TCP_RTO_MAX/rto_base); in retransmits_timed_out()
209 (boundary - linear_backoff_thresh) * TCP_RTO_MAX; in retransmits_timed_out()
244 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout()
370 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer()
414 TCP_TIMEOUT_INIT << req->num_timeout, TCP_RTO_MAX); in tcp_fastopen_synack_timer()
475 if (tcp_jiffies32 - tp->rcv_tstamp > TCP_RTO_MAX) { in tcp_retransmit_timer()
520 TCP_RTO_MAX); in tcp_retransmit_timer()
557 icsk->icsk_rto = min(__tcp_set_rto(tp), TCP_RTO_MAX); in tcp_retransmit_timer()
560 icsk->icsk_rto = min(icsk->icsk_rto << 1, TCP_RTO_MAX); in tcp_retransmit_timer()
563 tcp_clamp_rto_to_user_timeout(sk), TCP_RTO_MAX); in tcp_retransmit_timer()