Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dudp_log.c97 static unsigned long udp_log_rate_max = 0; variable
99 CTLFLAG_RD | CTLFLAG_LOCKED, &udp_log_rate_max, "");
155 if (udp_log_rate_current > udp_log_rate_max) { in udp_log_is_rate_limited()
156 udp_log_rate_max = udp_log_rate_current; in udp_log_is_rate_limited()