Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c355 struct tcp_cache *oldest_cache = NULL; in tcp_getcache_with_lock() local
363 oldest_cache = tpcache; in tcp_getcache_with_lock()
366 VERIFY(oldest_cache != NULL); in tcp_getcache_with_lock()
368 tpcache = oldest_cache; in tcp_getcache_with_lock()