Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.c352 struct tcp_cache *oldest_cache = NULL; in tcp_getcache_with_lock() local
360 oldest_cache = tpcache; in tcp_getcache_with_lock()
363 VERIFY(oldest_cache != NULL); in tcp_getcache_with_lock()
365 tpcache = oldest_cache; in tcp_getcache_with_lock()