Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dudp_log.c123 static uint64_t udp_log_current_period = 0; variable
166 if (current_net_period > udp_log_current_period + udp_log_rate_duration) { in udp_log_is_rate_limited()
170 udp_log_current_period = current_net_period; in udp_log_is_rate_limited()