Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dtcp.h148 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro
1457 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()
1464 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when()
1752 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
/linux-6.14.4/net/ipv4/
Dtcp_timer.c225 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
Dtcp_ipv4.c3535 net->ipv4.sysctl_tcp_rto_min_us = jiffies_to_usecs(TCP_RTO_MIN);
Dtcp.c3342 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
/linux-6.14.4/net/mptcp/
Dprotocol.c475 ilog2(TCP_RTO_MAX / TCP_RTO_MIN)); in mptcp_set_datafin_timeout()
477 mptcp_sk(sk)->timer_ival = TCP_RTO_MIN << retransmits; in mptcp_set_datafin_timeout()
482 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in __mptcp_set_timeout()
2830 msk->timer_ival = TCP_RTO_MIN; in __mptcp_init_sock()
/linux-6.14.4/Documentation/networking/
Dip-sysctl.rst701 exponential backoff with an initial RTO of TCP_RTO_MIN would
/linux-6.14.4/net/core/
Dfilter.c5304 if (timeout > TCP_RTO_MIN || in bpf_sol_tcp_setsockopt()