Home
last modified time | relevance | path

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

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