Searched refs:TCP_RTO_MAX (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | tcp_minisocks.c | 690 tmp_opt.ts_recent_stamp = ktime_get_seconds() - reqsk_timeout(req, TCP_RTO_MAX) / HZ; in tcp_check_req() 729 expires += reqsk_timeout(req, TCP_RTO_MAX); in tcp_check_req()
|
| H A D | inet_connection_sock.c | 1146 mod_timer(&req->rsk_timer, jiffies + reqsk_timeout(req, TCP_RTO_MAX)); in reqsk_timer_handler()
|
| H A D | tcp.c | 3829 TCP_RTO_MAX / HZ)); in do_tcp_setsockopt() 4397 TCP_RTO_MAX / HZ); in do_tcp_getsockopt()
|
| /linux-6.15/Documentation/networking/ |
| H A D | mptcp-sysctl.rst | 15 The default value matches TCP_RTO_MAX. This is a per-namespace
|
| /linux-6.15/net/mptcp/ |
| H A D | ctrl.c | 100 pernet->add_addr_timeout = TCP_RTO_MAX; in mptcp_pernet_set_defaults()
|
| H A D | pm.c | 286 sk_reset_timer(sk, timer, jiffies + TCP_RTO_MAX / 8); in mptcp_pm_add_timer()
|
| H A D | subflow.c | 1323 fail_tout = jiffies + TCP_RTO_MAX; in mptcp_subflow_fail()
|
| H A D | protocol.c | 410 ilog2(TCP_RTO_MAX / TCP_RTO_MIN)); in mptcp_set_datafin_timeout()
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 149 #define TCP_RTO_MAX ((unsigned)(TCP_RTO_MAX_SEC * HZ)) macro 1519 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when() 1808 TCP_ADD_STATS(net, TCP_MIB_RTOMAX, TCP_RTO_MAX*1000/HZ); in tcp_mib_init() 2788 return min_t(int, timeout, TCP_RTO_MAX); in tcp_timeout_init()
|