Searched defs:rto (Results 1 - 3 of 3) sorted by relevance

/net/dccp/
H A Dminisocks.c55 const int rto = (icsk->icsk_rto << 2) - (icsk->icsk_rto >> 1); local
67 if (timeo < rto)
68 timeo = rto;
/net/ipv4/
H A Dtcp_minisocks.c281 const int rto = (icsk->icsk_rto << 2) - (icsk->icsk_rto >> 1); local
328 if (timeo < rto)
329 timeo = rto;
332 tw->tw_timeout = rto;
H A Dtcp_input.c694 * On a 1990 paper the rto value is changed to:
714 * Like Eifel it also prevents growth of rto,
715 * but also it limits too fast rto decreases,
738 tp->mdev_us = m << 1; /* make sure rto = 3*rtt */
773 /* Calculate rto without backoff. This is the second half of Van Jacobson's
798 * guarantees that rto is higher.
2962 * RFC2988 recommends to restart timer to now+rto.
2978 u32 rto = inet_csk(sk)->icsk_rto; local
2984 tcp_skb_timestamp(skb) + rto;
2990 rto
[all...]

Completed in 132 milliseconds