Searched refs:tcp_cache_size (Results 1 – 1 of 1) sorted by relevance
116 static size_t tcp_cache_size; variable125 static struct tcp_cache_head *__counted_by(tcp_cache_size) tcp_cache;289 return (uint16_t)(hash & (tcp_cache_size - 1)); in tcp_cache_hash()641 return (uint16_t)(hash & (tcp_cache_size - 1)); in tcp_heuristics_hash()1493 for (i = 0; i < tcp_cache_size; i++) { in sysctl_cleartfocache()1650 if (tcp_cache == NULL || tcp_cache_size == 0) {1659 for (size_t i = 0; i < tcp_cache_size; i++) {1682 for (size_t i = 0; i < tcp_cache_size; i++) {1743 tcp_cache_size = cache_size; in tcp_cache_init()1748 for (int i = 0; i < tcp_cache_size; i++) { in tcp_cache_init()