Lines Matching defs:when
43 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when)
50 return when;
58 return min_t(u32, remaining, when);
85 * to prevent DoS attacks. It is called when a retransmission timeout
117 /* Catch exceptional cases, when connection requires reset.
332 * This function gets (indirectly) called when the kernel timer for a TCP packet
373 * kill the socket when the retry count and the time exceeds the
374 * corresponding system limit. We also implement similar policy when
478 * This function gets called when the kernel timer for a TCP packet
760 * to determine when to timeout instead.