Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dudp_log.c109 static unsigned long udp_log_rate_max = 0; variable
111 CTLFLAG_RD | CTLFLAG_LOCKED, &udp_log_rate_max, "");
167 if (udp_log_rate_current > udp_log_rate_max) { in udp_log_is_rate_limited()
168 udp_log_rate_max = udp_log_rate_current; in udp_log_is_rate_limited()