Searched refs:__tcp_set_rto (Results 1 – 4 of 4) sorted by relevance
585 icsk->icsk_rto = min(__tcp_set_rto(tp), TCP_RTO_MAX); in tcp_retransmit_timer()
429 icsk->icsk_rto = tp->srtt_us ? __tcp_set_rto(tp) : TCP_TIMEOUT_INIT; in tcp_ld_RTO_revert()
947 inet_csk(sk)->icsk_rto = __tcp_set_rto(tp); in tcp_set_rto()
685 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() function