Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.h92 uint32_t tc_last_access; member
H A Dtcp_cache.c88 uint32_t tc_last_access; member
340 uint32_t age = tcp_now - tpcache->tc_last_access; in tcp_getcache_with_lock()
374 tpcache->tc_last_access = tcp_now; in tcp_getcache_with_lock()
1691 cache_data.tc_last_access = tpcache->tc_last_access;
/xnu-12377.61.12/tests/
H A Dtcp_cache_test.c70 T_LOG(" tc_last_access: %u", entry->tc_last_access);