Searched refs:SO_CACHE_TIME_LIMIT (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h96 #define SO_CACHE_TIME_LIMIT (120/SO_CACHE_FLUSH_INTERVAL) /* Seconds */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c467 if ((so_cache_time - p->cache_timestamp) < SO_CACHE_TIME_LIMIT)

Completed in 73 milliseconds