Searched refs:tcp_log_rate_max (Results 1 – 1 of 1) sorted by relevance
126 static unsigned long tcp_log_rate_max = 0; variable128 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_log_rate_max, "");181 if (tcp_log_rate_current > tcp_log_rate_max) { in tcp_log_is_rate_limited()182 tcp_log_rate_max = tcp_log_rate_current; in tcp_log_is_rate_limited()