Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hostcache.c144 #define V_tcp_hostcache VNET(tcp_hostcache) macro
215 V_tcp_hostcache.hashsalt) & V_tcp_hostcache.hashmask) \
218 V_tcp_hostcache.hashsalt) & V_tcp_hostcache.hashmask)
232 atomic_store_int(&V_tcp_hostcache.cache_count, 0); in tcp_hc_init()
233 V_tcp_hostcache.hashsize = TCP_HOSTCACHE_HASHSIZE; in tcp_hc_init()
234 V_tcp_hostcache.bucket_limit = TCP_HOSTCACHE_BUCKETLIMIT; in tcp_hc_init()
235 V_tcp_hostcache.expire = TCP_HOSTCACHE_EXPIRE; in tcp_hc_init()
236 V_tcp_hostcache.prune = TCP_HOSTCACHE_PRUNE; in tcp_hc_init()
237 V_tcp_hostcache.hashsalt = arc4random(); in tcp_hc_init()
240 &V_tcp_hostcache.hashsize); in tcp_hc_init()
[all …]