Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c111 uint32_t tc_last_access; member
361 uint32_t age = tcp_now - tpcache->tc_last_access; in tcp_getcache_with_lock()
395 tpcache->tc_last_access = tcp_now; in tcp_getcache_with_lock()