Searched refs:TCP_RTO_MIN (Results 1 – 7 of 7) sorted by relevance
142 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro1353 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()1360 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when()1601 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
220 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
424 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_init_sock()3134 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
2763 timeout += TCP_RTO_MIN; in tcp_schedule_loss_probe()
477 ilog2(TCP_RTO_MAX / TCP_RTO_MIN)); in mptcp_set_datafin_timeout()479 mptcp_sk(sk)->timer_ival = TCP_RTO_MIN << retransmits; in mptcp_set_datafin_timeout()484 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in __mptcp_set_timeout()2680 msk->timer_ival = TCP_RTO_MIN; in __mptcp_init_sock()
681 exponential backoff with an initial RTO of TCP_RTO_MIN would
5093 if (timeout > TCP_RTO_MIN || in bpf_sol_tcp_setsockopt()