Lines Matching defs:rto
1042 * On a 1990 paper the rto value is changed to:
1062 * Like Eifel it also prevents growth of rto,
1063 * but also it limits too fast rto decreases,
1088 tp->mdev_us = m << 1; /* make sure rto = 3*rtt */
1132 /* Calculate rto without backoff. This is the second half of Van Jacobson's
1157 * guarantees that rto is higher.
3295 * RFC2988 recommends to restart timer to now+rto.
3311 u32 rto = inet_csk(sk)->icsk_rto;
3319 rto = usecs_to_jiffies(max_t(int, delta_us, 1));
3321 tcp_reset_xmit_timer(sk, ICSK_TIME_RETRANS, rto, true);