Searched refs:timo_us (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/rxrpc/
H A Drtt.c175 u64 timo_us; local
178 timo_us = peer->rto_us;
179 timo_us <<= backoff;
180 if (retrans && timo_us * 2 <= RXRPC_RTO_MAX)
183 if (timo_us < 1)
184 timo_us = 1;
186 return ns_to_ktime(timo_us * NSEC_PER_USEC);

Completed in 205 milliseconds