Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_timer.c220 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
Dtcp.c421 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_init_sock()
2808 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
Dtcp_output.c2757 timeout += TCP_RTO_MIN; in tcp_schedule_loss_probe()
/kernel/linux/linux-5.10/include/net/
Dtcp.h144 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro
1328 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()
1548 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip.c1381 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_nip_init_sock()
2195 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_nip_disconnect()
/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.c390 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in mptcp_set_timeout()
683 tout = TCP_RTO_MIN; in mptcp_reset_timer()
/kernel/linux/linux-5.10/Documentation/networking/
Dip-sysctl.rst608 exponential backoff with an initial RTO of TCP_RTO_MIN would
/kernel/linux/linux-5.10/net/core/
Dfilter.c4882 if (timeout > TCP_RTO_MIN || in _bpf_setsockopt()