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

/freebsd-10.2-release/sys/netinet/
H A Dtcp_hostcache.c111 #define V_tcp_hostcache VNET(tcp_hostcache) macro
162 V_tcp_hostcache.hashmask)
170 V_tcp_hostcache.hashmask)
184 V_tcp_hostcache.cache_count = 0;
185 V_tcp_hostcache.hashsize = TCP_HOSTCACHE_HASHSIZE;
186 V_tcp_hostcache.bucket_limit = TCP_HOSTCACHE_BUCKETLIMIT;
187 V_tcp_hostcache.expire = TCP_HOSTCACHE_EXPIRE;
188 V_tcp_hostcache.prune = TCP_HOSTCACHE_PRUNE;
191 &V_tcp_hostcache.hashsize);
192 if (!powerof2(V_tcp_hostcache
[all...]

Completed in 90 milliseconds