Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_log.c118 static uint64_t tcp_log_current_period = 0; variable
160 if (current_net_period > tcp_log_current_period + tcp_log_rate_duration) { in tcp_log_is_rate_limited()
164 tcp_log_current_period = current_net_period; in tcp_log_is_rate_limited()