Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/netinet/
H A Dudp_log.c108 static unsigned long udp_log_rate_exceeded_total = 0; variable
110 CTLFLAG_RD | CTLFLAG_LOCKED, &udp_log_rate_exceeded_total, "");
131 udp_log_rate_exceeded_total
173 udp_log_rate_exceeded_total += 1; in udp_log_is_rate_limited()