Lines Matching refs:TCP_RTO_MAX
91 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
170 linear_backoff_thresh = ilog2(TCP_RTO_MAX / rto_base); in tcp_model_timeout()
175 (boundary - linear_backoff_thresh) * TCP_RTO_MAX; in tcp_model_timeout()
247 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout()
373 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer()
421 TCP_TIMEOUT_INIT << req->num_timeout, TCP_RTO_MAX); in tcp_fastopen_synack_timer()
489 if (tcp_jiffies32 - tp->rcv_tstamp > TCP_RTO_MAX) { in tcp_retransmit_timer()
533 TCP_RTO_MAX); in tcp_retransmit_timer()
569 icsk->icsk_rto = min(__tcp_set_rto(tp), TCP_RTO_MAX); in tcp_retransmit_timer()
572 icsk->icsk_rto = min(icsk->icsk_rto << 1, TCP_RTO_MAX); in tcp_retransmit_timer()
575 tcp_clamp_rto_to_user_timeout(sk), TCP_RTO_MAX); in tcp_retransmit_timer()