Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/netinet/
H A Dtcp_log.c106 static unsigned long tcp_log_rate_exceeded_total = 0; variable
108 CTLFLAG_RD | CTLFLAG_LOCKED, &tcp_log_rate_exceeded_total, "");
128 tcp_log_rate_exceeded_total
170 tcp_log_rate_exceeded_total += 1; in tcp_log_is_rate_limited()