Home
last modified time | relevance | path

Searched refs:TCP_RTO_MIN (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dtcp.h164 #define TCP_RTO_MIN ((unsigned)(HZ / 5)) macro
1638 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()
1645 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when()
1972 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
/linux/net/mptcp/
H A Dprotocol.c501 ilog2(TCP_RTO_MAX / TCP_RTO_MIN)); in mptcp_set_datafin_timeout()
503 mptcp_sk(sk)->timer_ival = TCP_RTO_MIN << retransmits; in mptcp_set_datafin_timeout()
508 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in __mptcp_set_timeout()
3022 msk->timer_ival = TCP_RTO_MIN; in __mptcp_init_sock()
/linux/net/ipv4/
H A Dtcp.c3425 WRITE_ONCE(icsk->icsk_rto_min, TCP_RTO_MIN); in tcp_disconnect()
3953 if (rto_min > TCP_RTO_MIN || rto_min < TCP_TIMEOUT_MIN) in do_tcp_setsockopt()
H A Dtcp_ipv4.c3529 net->ipv4.sysctl_tcp_rto_min_us = jiffies_to_usecs(TCP_RTO_MIN);
/linux/net/core/
H A Dfilter.c5410 if (timeout > TCP_RTO_MIN || in bpf_sol_tcp_setsockopt()