Lines Matching refs:when
28 /* Cancel timers, when they are not required. */
230 unsigned long when, const int what)
236 return when;
245 return when;
253 return when;
264 return min(when, when_nata);
272 unsigned long when,
278 when = get_nata_rto(sk, icsk, when, what);
281 if (when > max_when) {
282 pr_debug("reset_xmit_timer: sk=%p %d when=0x%lx, caller=%p\n",
283 sk, what, when, (void *)_THIS_IP_);
284 when = max_when;
291 icsk->icsk_timeout = jiffies + when;
295 icsk->icsk_ack.timeout = jiffies + when;
306 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff;
308 return (unsigned long)min_t(u64, when, max_when);
372 /* update the fast reuse flag when adding a socket */