Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h232 u_int64_t cache_timestamp; /* time socket was cached */ member
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c513 so->cache_timestamp = so_cache_time; in cached_sock_free()
578 if ((so_cache_time - p->cache_timestamp) < in so_cache_timer()