Searched refs:TCP_RTO_MIN (Results 1 – 4 of 4) sorted by relevance
139 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro676 u32 rto_min = TCP_RTO_MIN; in tcp_rto_min()1245 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()1458 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
192 const unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
2426 timeout += TCP_RTO_MIN; in tcp_schedule_loss_probe()
498 exponential backoff with an initial RTO of TCP_RTO_MIN would