Lines Matching defs:when
44 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when)
52 return when;
60 return min_t(u32, remaining, when);
87 * to prevent DoS attacks. It is called when a retransmission timeout
119 /* Catch exceptional cases, when connection requires reset.
344 * This function gets (indirectly) called when the kernel timer for a TCP packet
385 * kill the socket when the retry count and the time exceeds the
386 * corresponding system limit. We also implement similar policy when
478 * This function gets called when the kernel timer for a TCP packet
766 * to determine when to timeout instead.