Searched refs:bucket_limit (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dtcp_hostcache.h74 u_int bucket_limit; member in struct:tcp_hostcache
H A Dtcp_syncache.h118 u_int bucket_limit; member in struct:tcp_syncache
H A Dtcp_hostcache.c133 CTLFLAG_RDTUN, &VNET_NAME(tcp_hostcache.bucket_limit), 0,
185 V_tcp_hostcache.bucket_limit = TCP_HOSTCACHE_BUCKETLIMIT;
198 &V_tcp_hostcache.bucket_limit);
200 cache_limit = V_tcp_hostcache.hashsize * V_tcp_hostcache.bucket_limit;
350 if (hc_head->hch_length >= V_tcp_hostcache.bucket_limit ||
H A Dtcp_syncache.c164 &VNET_NAME(tcp_syncache.bucket_limit), 0,
239 V_tcp_syncache.bucket_limit = TCP_SYNCACHE_BUCKETLIMIT;
246 &V_tcp_syncache.bucket_limit);
256 V_tcp_syncache.hashsize * V_tcp_syncache.bucket_limit;
353 if (sch->sch_length >= V_tcp_syncache.bucket_limit) {

Completed in 215 milliseconds