Home
last modified time | relevance | path

Searched refs:tcp_log_rate_exceeded_total (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_log.c112 static unsigned long tcp_log_rate_exceeded_total = 0; variable
114 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_log_rate_exceeded_total, "");
134 tcp_log_rate_exceeded_total
176 tcp_log_rate_exceeded_total += 1; in tcp_log_is_rate_limited()