Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Duipc_socket.c156 static uint64_t so_cache_time; variable
501 so_cache_time = net_uptime(); in cached_sock_free()
513 so->cache_timestamp = so_cache_time; in cached_sock_free()
573 so_cache_time = net_uptime(); in so_cache_timer()
578 if ((so_cache_time - p->cache_timestamp) < in so_cache_timer()