Searched refs:tcp_log_rate_max (Results 1 – 1 of 1) sorted by relevance
104 static unsigned long tcp_log_rate_max = 0; variable106 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_log_rate_max, "");161 if (tcp_log_rate_current > tcp_log_rate_max) { in tcp_log_is_rate_limited()162 tcp_log_rate_max = tcp_log_rate_current; in tcp_log_is_rate_limited()