Searched refs:rto (Results 1 – 3 of 3) sorted by relevance
279 if (asoc->stats.max_obs_rto < (__u64)trans->rto) { in sctp_max_rto()280 asoc->stats.max_obs_rto = trans->rto; in sctp_max_rto()499 static inline __s32 sctp_jitter(__u32 rto) in sctp_jitter() argument505 if (!rto) in sctp_jitter()506 rto = 1; in sctp_jitter()515 ret = sctp_rand % rto - (rto >> 1); in sctp_jitter()
806 unsigned long rto; member
1138 const int rto = inet_csk(sk)->icsk_rto; in tcp_fin_time() local1140 if (fin_timeout < (rto << 2) - (rto >> 1)) in tcp_fin_time()1141 fin_timeout = (rto << 2) - (rto >> 1); in tcp_fin_time()