Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.h58 uint32_t th_last_access; member
H A Dtcp_cache.c50 uint32_t th_last_access; member
696 uint32_t age = tcp_now - tpheur->th_last_access; in tcp_getheuristic_with_lock()
739 tpheur->th_last_access = tcp_now; in tcp_getheuristic_with_lock()
1601 heur_data.th_last_access = tpheur->th_last_access;
/xnu-12377.61.12/tests/
H A Dtcp_cache_test.c149 T_LOG(" th_last_access: %u", entry->th_last_access);