Home
last modified time | relevance | path

Searched refs:t_challengeack_count (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c500 tp->t_challengeack_count = 0; in tcp_is_ack_ratelimited()
502 } else if (tp->t_challengeack_count < tcp_challengeack_limit) { in tcp_is_ack_ratelimited()
507 if (ret == FALSE && (tp->t_challengeack_count + 1 > 0)) { in tcp_is_ack_ratelimited()
508 tp->t_challengeack_count++; in tcp_is_ack_ratelimited()
H A Dtcp_var.h812 uint32_t t_challengeack_count; /* # of challenge ACKs already sent per sec */ member