Searched refs:tcp_log_rate_max (Results 1 – 1 of 1) sorted by relevance
116 static unsigned long tcp_log_rate_max = 0; variable118 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_log_rate_max, "");173 if (tcp_log_rate_current > tcp_log_rate_max) { in tcp_log_is_rate_limited()174 tcp_log_rate_max = tcp_log_rate_current; in tcp_log_is_rate_limited()