Home
last modified time | relevance | path

Searched refs:TCP_RTO_MAX (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/net/ipv4/
Dtcp_timer.c91 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()
241 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout()
368 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer()
416 TCP_TIMEOUT_INIT << req->num_timeout, TCP_RTO_MAX); in tcp_fastopen_synack_timer()
478 if (tcp_jiffies32 - tp->rcv_tstamp > TCP_RTO_MAX) { in tcp_retransmit_timer()
522 TCP_RTO_MAX); in tcp_retransmit_timer()
558 icsk->icsk_rto = min(__tcp_set_rto(tp), TCP_RTO_MAX); in tcp_retransmit_timer()
561 icsk->icsk_rto = min(icsk->icsk_rto << 1, TCP_RTO_MAX); in tcp_retransmit_timer()
[all …]
Dtcp_output.c2520 TCP_RTO_MAX, NULL); in tcp_schedule_loss_probe()
3092 TCP_RTO_MAX, in tcp_xmit_retransmit_queue()
3600 inet_csk(sk)->icsk_rto, TCP_RTO_MAX); in tcp_connect()
3681 TCP_DELACK_MAX, TCP_RTO_MAX); in __tcp_send_ack()
3816 timeout = tcp_probe0_when(sk, TCP_RTO_MAX); in tcp_send_probe0()
3823 tcp_reset_xmit_timer(sk, ICSK_TIME_PROBE0, timeout, TCP_RTO_MAX, NULL); in tcp_send_probe0()
Dtcp_fastopen.c270 TCP_TIMEOUT_INIT, TCP_RTO_MAX); in tcp_fastopen_create_child()
Dtcp_minisocks.c631 TCP_RTO_MAX); in tcp_check_req()
Dtcp_input.c2046 delay, TCP_RTO_MAX); in tcp_check_sack_reneging()
3012 TCP_RTO_MAX, tcp_rtx_queue_head(sk)); in tcp_rearm_rto()
3285 unsigned long when = tcp_probe0_when(sk, TCP_RTO_MAX); in tcp_ack_probe()
3288 when, TCP_RTO_MAX, NULL); in tcp_ack_probe()
5996 TCP_DELACK_MAX, TCP_RTO_MAX); in tcp_rcv_synsent_state_process()
Dinet_connection_sock.c743 timeo = min(TCP_TIMEOUT_INIT << req->num_timeout, TCP_RTO_MAX); in reqsk_timer_handler()
Dtcp_ipv4.c544 icsk->icsk_rto = inet_csk_rto_backoff(icsk, TCP_RTO_MAX); in tcp_v4_err()
554 remaining, TCP_RTO_MAX); in tcp_v4_err()
Dtcp.c3038 TCP_RTO_MAX / HZ); in do_tcp_setsockopt()
3444 TCP_TIMEOUT_INIT / HZ, TCP_RTO_MAX / HZ); in do_tcp_getsockopt()
/Linux-v5.4/include/net/
Dtcp.h137 #define TCP_RTO_MAX ((unsigned)(120*HZ)) macro
651 if (inet_csk(sk)->icsk_rto > TCP_RTO_MAX) in tcp_bound_rto()
652 inet_csk(sk)->icsk_rto = TCP_RTO_MAX; in tcp_bound_rto()
1307 tcp_probe0_base(sk), TCP_RTO_MAX, in tcp_check_probe_timer()
1490 TCP_ADD_STATS(net, TCP_MIB_RTOMAX, TCP_RTO_MAX*1000/HZ); in tcp_mib_init()