Searched refs:TCP_RTO_MIN (Results 1 – 7 of 7) sorted by relevance
202 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
421 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_init_sock()2689 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
2752 timeout += TCP_RTO_MIN; in tcp_schedule_loss_probe()
140 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro1317 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()1528 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
388 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in mptcp_set_timeout()681 tout = TCP_RTO_MIN; in mptcp_reset_timer()
606 exponential backoff with an initial RTO of TCP_RTO_MIN would
4871 if (timeout > TCP_RTO_MIN || in _bpf_setsockopt()