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