Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h846 uint32_t t_challengeack_last; /* last time challenge ACK was sent per sec */ member
H A Dtcp_input.c471 diff = timer_diff(now, 0, tp->t_challengeack_last, 0); in tcp_is_ack_ratelimited()
476 if (tp->t_challengeack_last == 0 || diff >= 1000) { in tcp_is_ack_ratelimited()
477 tp->t_challengeack_last = now; in tcp_is_ack_ratelimited()