Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_cache.c356 struct tcp_cache *oldest_cache = NULL; in tcp_getcache_with_lock() local
364 oldest_cache = tpcache; in tcp_getcache_with_lock()
367 VERIFY(oldest_cache != NULL); in tcp_getcache_with_lock()
369 tpcache = oldest_cache; in tcp_getcache_with_lock()