Searched refs:tcp_log_rate_max (Results 1 – 1 of 1) sorted by relevance
108 static unsigned long tcp_log_rate_max = 0; variable110 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_log_rate_max, "");165 if (tcp_log_rate_current > tcp_log_rate_max) { in tcp_log_is_rate_limited()166 tcp_log_rate_max = tcp_log_rate_current; in tcp_log_is_rate_limited()