Searched refs:t_challengeack_last (Results 1 – 2 of 2) sorted by relevance
811 uint32_t t_challengeack_last; /* last time challenge ACK was sent per sec */ member
493 diff = timer_diff(now, 0, tp->t_challengeack_last, 0); in tcp_is_ack_ratelimited()498 if (tp->t_challengeack_last == 0 || diff >= 1000) { in tcp_is_ack_ratelimited()499 tp->t_challengeack_last = now; in tcp_is_ack_ratelimited()