Searched refs:udp_log_rate_max (Results 1 – 1 of 1) sorted by relevance
97 static unsigned long udp_log_rate_max = 0; variable99 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()