Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h140 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro
1327 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()
1547 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c220 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
H A Dtcp.c423 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_init_sock()
2773 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
H A Dtcp_output.c2757 timeout += TCP_RTO_MIN; in tcp_schedule_loss_probe()
/OK3568_Linux_fs/kernel/net/mptcp/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst606 exponential backoff with an initial RTO of TCP_RTO_MIN would
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4852 if (timeout > TCP_RTO_MIN || in _bpf_setsockopt()