Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h811 uint32_t t_challengeack_last; /* last time challenge ACK was sent per sec */ member
H A Dtcp_input.c493 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()