Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_log.c116 static uint64_t tcp_log_current_period = 0; variable
158 if (current_net_period > tcp_log_current_period + tcp_log_rate_duration) { in tcp_log_is_rate_limited()
162 tcp_log_current_period = current_net_period; in tcp_log_is_rate_limited()