Lines Matching refs:rto
28 static u32 rxrpc_bound_rto(u32 rto)
30 return min(rto, RXRPC_RTO_MAX);
54 * On a 1990 paper the rto value is changed to:
74 * Like Eifel it also prevents growth of rto,
75 * but also it limits too fast rto decreases,
93 peer->mdev_us = m << 1; /* make sure rto = 3*rtt */
102 * Calculate rto without backoff. This is the second half of Van Jacobson's
107 u32 rto;
116 rto = __rxrpc_set_rto(peer);
125 * guarantees that rto is higher.
127 peer->rto_j = rxrpc_bound_rto(rto);