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