Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.c353 uint32_t max_age = 0; in tcp_getcache_with_lock() local
358 if (age > max_age) { in tcp_getcache_with_lock()
359 max_age = age; in tcp_getcache_with_lock()
714 uint32_t max_age = 0; in tcp_getheuristic_with_lock() local
719 if (age > max_age) { in tcp_getheuristic_with_lock()
720 max_age = age; in tcp_getheuristic_with_lock()
H A Din_arp.c190 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, max_age,