Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dudp_log.c111 static uint64_t udp_log_current_period = 0; variable
154 if (current_net_period > udp_log_current_period + udp_log_rate_duration) { in udp_log_is_rate_limited()
158 udp_log_current_period = current_net_period; in udp_log_is_rate_limited()