Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/netinet/
H A Dudp_log.c101 static unsigned long udp_log_rate_exceeded_total = 0; variable
103 CTLFLAG_RD | CTLFLAG_LOCKED, &udp_log_rate_exceeded_total, "");
124 udp_log_rate_exceeded_total
166 udp_log_rate_exceeded_total += 1; in udp_log_is_rate_limited()