Home
last modified time | relevance | path

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

/linux/include/net/
A Dtcp.h142 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro
1324 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()
1331 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when()
1565 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
/linux/net/ipv4/
A Dtcp_timer.c220 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
A Dtcp.c422 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_init_sock()
2992 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
A Dtcp_output.c2747 timeout += TCP_RTO_MIN; in tcp_schedule_loss_probe()
/linux/net/mptcp/
A Dprotocol.c469 TCP_RTO_MIN << icsk->icsk_retransmits); in mptcp_set_datafin_timeout()
474 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in __mptcp_set_timeout()
2463 msk->timer_ival = TCP_RTO_MIN; in __mptcp_init_sock()
/linux/Documentation/networking/
A Dip-sysctl.rst658 exponential backoff with an initial RTO of TCP_RTO_MIN would
/linux/net/core/
A Dfilter.c4902 if (timeout > TCP_RTO_MIN || in _bpf_setsockopt()

Completed in 49 milliseconds