Lines Matching refs:TCP_RTO_MAX
109 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
188 linear_backoff_thresh = ilog2(TCP_RTO_MAX / rto_base); in tcp_model_timeout()
193 (boundary - linear_backoff_thresh) * TCP_RTO_MAX; in tcp_model_timeout()
255 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout()
380 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer()
431 req->timeout << req->num_timeout, TCP_RTO_MAX); in tcp_fastopen_synack_timer()
499 if (tcp_jiffies32 - tp->rcv_tstamp > TCP_RTO_MAX) { in tcp_retransmit_timer()
543 TCP_RTO_MAX); in tcp_retransmit_timer()
579 icsk->icsk_rto = min(__tcp_set_rto(tp), TCP_RTO_MAX); in tcp_retransmit_timer()
582 icsk->icsk_rto = min(icsk->icsk_rto << 1, TCP_RTO_MAX); in tcp_retransmit_timer()
585 tcp_clamp_rto_to_user_timeout(sk), TCP_RTO_MAX); in tcp_retransmit_timer()