Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_log.c162 uint64_t current_net_period = net_uptime(); in tcp_log_is_rate_limited() local
172 if (current_net_period > tcp_log_current_period + tcp_log_rate_duration) { in tcp_log_is_rate_limited()
176 tcp_log_current_period = current_net_period; in tcp_log_is_rate_limited()