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