Searched refs:TCP_RTO_MAX (Results 1 – 13 of 13) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_timer.c | 112 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources() 192 linear_backoff_thresh = ilog2(TCP_RTO_MAX / rto_base); in tcp_model_timeout() 197 (boundary - linear_backoff_thresh) * TCP_RTO_MAX; in tcp_model_timeout() 271 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout() 419 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() 485 req->timeout << req->num_timeout, TCP_RTO_MAX); in tcp_fastopen_synack_timer() 495 int timeout = TCP_RTO_MAX * 2; in tcp_rtx_probe0_timed_out() 631 TCP_RTO_MAX); in tcp_retransmit_timer() 668 TCP_RTO_MAX); in tcp_retransmit_timer() 676 icsk->icsk_rto = min(icsk->icsk_rto << 1, TCP_RTO_MAX); in tcp_retransmit_timer() [all …]
|
H A D | tcp_minisocks.c | 683 tmp_opt.ts_recent_stamp = ktime_get_seconds() - reqsk_timeout(req, TCP_RTO_MAX) / HZ; in tcp_check_req() 722 expires += reqsk_timeout(req, TCP_RTO_MAX); in tcp_check_req()
|
H A D | tcp_output.c | 2914 tcp_reset_xmit_timer(sk, ICSK_TIME_LOSS_PROBE, timeout, TCP_RTO_MAX); in tcp_schedule_loss_probe() 3549 TCP_RTO_MAX); in tcp_xmit_retransmit_queue() 4167 inet_csk(sk)->icsk_rto, TCP_RTO_MAX); in tcp_connect() 4256 if (delay < TCP_RTO_MAX) in __tcp_send_ack() 4260 inet_csk_reset_xmit_timer(sk, ICSK_TIME_DACK, delay, TCP_RTO_MAX); in __tcp_send_ack() 4396 timeout = tcp_probe0_when(sk, TCP_RTO_MAX); in tcp_send_probe0() 4405 tcp_reset_xmit_timer(sk, ICSK_TIME_PROBE0, timeout, TCP_RTO_MAX); in tcp_send_probe0()
|
H A D | tcp_fastopen.c | 278 req->timeout, TCP_RTO_MAX); in tcp_fastopen_create_child()
|
H A D | tcp_input.c | 2262 delay, TCP_RTO_MAX); in tcp_check_sack_reneging() 3292 TCP_RTO_MAX); in tcp_rearm_rto() 3569 unsigned long when = tcp_probe0_when(sk, TCP_RTO_MAX); in tcp_ack_probe() 3572 tcp_reset_xmit_timer(sk, ICSK_TIME_PROBE0, when, TCP_RTO_MAX); in tcp_ack_probe() 6481 TCP_TIMEOUT_MIN, TCP_RTO_MAX); in tcp_rcv_synsent_state_process() 6597 TCP_DELACK_MAX, TCP_RTO_MAX); in tcp_rcv_synsent_state_process()
|
H A D | tcp_ipv4.c | 461 icsk->icsk_rto = inet_csk_rto_backoff(icsk, TCP_RTO_MAX); in tcp_ld_RTO_revert() 469 remaining, TCP_RTO_MAX); in tcp_ld_RTO_revert()
|
H A D | tcp.c | 3816 TCP_RTO_MAX / HZ)); in do_tcp_setsockopt() 4363 TCP_RTO_MAX / HZ); in do_tcp_getsockopt()
|
/linux/include/net/ |
H A D | tcp.h | 147 #define TCP_RTO_MAX ((unsigned)(120*HZ)) macro 761 if (inet_csk(sk)->icsk_rto > TCP_RTO_MAX) in tcp_bound_rto() 762 inet_csk(sk)->icsk_rto = TCP_RTO_MAX; in tcp_bound_rto() 1464 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when() 1475 tcp_probe0_base(sk), TCP_RTO_MAX); in tcp_check_probe_timer() 1753 TCP_ADD_STATS(net, TCP_MIB_RTOMAX, TCP_RTO_MAX*1000/HZ); in tcp_mib_init() 2732 return min_t(int, timeout, TCP_RTO_MAX); in tcp_timeout_init()
|
/linux/Documentation/networking/ |
H A D | mptcp-sysctl.rst | 15 The default value matches TCP_RTO_MAX. This is a per-namespace
|
/linux/net/mptcp/ |
H A D | ctrl.c | 94 pernet->add_addr_timeout = TCP_RTO_MAX; in mptcp_pernet_set_defaults()
|
H A D | subflow.c | 1306 fail_tout = jiffies + TCP_RTO_MAX; in mptcp_subflow_fail()
|
H A D | pm_netlink.c | 309 sk_reset_timer(sk, timer, jiffies + TCP_RTO_MAX / 8); in mptcp_pm_add_timer()
|
H A D | protocol.c | 475 ilog2(TCP_RTO_MAX / TCP_RTO_MIN)); in mptcp_set_datafin_timeout()
|