Lines Matching defs:bucket_limit
129 u_int bucket_limit;
175 CTLFLAG_VNET | CTLFLAG_RDTUN, &VNET_NAME(tcp_hostcache.bucket_limit), 0,
234 V_tcp_hostcache.bucket_limit = TCP_HOSTCACHE_BUCKETLIMIT;
248 &V_tcp_hostcache.bucket_limit);
250 cache_limit = V_tcp_hostcache.hashsize * V_tcp_hostcache.bucket_limit;
491 if (hc_head->hch_length >= V_tcp_hostcache.bucket_limit ||
512 hc_head->hch_length <= V_tcp_hostcache.bucket_limit,
610 KASSERT(hc_head->hch_length <= V_tcp_hostcache.bucket_limit,
655 sbuf_new_for_sysctl(&sb, NULL, V_tcp_hostcache.bucket_limit *
725 histo = (int *)malloc(sizeof(int) * (V_tcp_hostcache.bucket_limit + 1),
732 KASSERT(hch_length <= V_tcp_hostcache.bucket_limit,
742 for (i = 0; i <= V_tcp_hostcache.bucket_limit; i++) {
768 V_tcp_hostcache.bucket_limit, ("tcp_hostcache: "