Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dtcp.h142 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro
1352 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()
1359 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when()
1641 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
/Linux-v6.6/net/ipv4/
Dtcp_timer.c222 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
Dtcp.c424 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_init_sock()
3023 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
/Linux-v6.6/net/mptcp/
Dprotocol.c486 ilog2(TCP_RTO_MAX / TCP_RTO_MIN)); in mptcp_set_datafin_timeout()
488 mptcp_sk(sk)->timer_ival = TCP_RTO_MIN << retransmits; in mptcp_set_datafin_timeout()
493 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in __mptcp_set_timeout()
2757 msk->timer_ival = TCP_RTO_MIN; in __mptcp_init_sock()
/Linux-v6.6/Documentation/networking/
Dip-sysctl.rst687 exponential backoff with an initial RTO of TCP_RTO_MIN would
/Linux-v6.6/net/core/
Dfilter.c5155 if (timeout > TCP_RTO_MIN || in bpf_sol_tcp_setsockopt()