Searched refs:__tcp_set_rto (Results 1 – 4 of 4) sorted by relevance
621 icsk->icsk_rto = clamp(__tcp_set_rto(tp), in tcp_retransmit_timer()
440 icsk->icsk_rto = tp->srtt_us ? __tcp_set_rto(tp) : TCP_TIMEOUT_INIT; in tcp_ld_RTO_revert()
963 inet_csk(sk)->icsk_rto = __tcp_set_rto(tp); in tcp_set_rto()
694 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() function