Searched refs:t_challengeack_count (Results 1 – 2 of 2) sorted by relevance
478 tp->t_challengeack_count = 0; in tcp_is_ack_ratelimited()480 } else if (tp->t_challengeack_count < tcp_challengeack_limit) { in tcp_is_ack_ratelimited()485 if (ret == FALSE && (tp->t_challengeack_count + 1 > 0)) { in tcp_is_ack_ratelimited()486 tp->t_challengeack_count++; in tcp_is_ack_ratelimited()
847 uint32_t t_challengeack_count; /* # of challenge ACKs already sent per sec */ member