Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c137 static size_t tcp_cache_size; variable
146 static struct tcp_cache_head *__counted_by(tcp_cache_size) tcp_cache;
309 return (uint16_t)(hash & (tcp_cache_size - 1)); in tcp_cache_hash()
661 return (uint16_t)(hash & (tcp_cache_size - 1)); in tcp_heuristics_hash()
1583 for (i = 0; i < tcp_cache_size; i++) { in sysctl_cleartfocache()
1664 tcp_cache_size = cache_size; in tcp_cache_init()
1669 for (int i = 0; i < tcp_cache_size; i++) { in tcp_cache_init()