Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c189 #define V_key_spdcache_maxentries VNET(key_spdcache_maxentries) macro
195 #define SPDCACHE_ENABLED() (V_key_spdcache_maxentries != 0)
8178 &V_key_spdcache_maxentries); in spdcache_init()
8182 if (V_key_spdcache_maxentries) { in spdcache_init()
8183 V_key_spdcache_maxentries = MAX(V_key_spdcache_maxentries, in spdcache_init()
8185 V_spdcachehashtbl = hashinit(V_key_spdcache_maxentries / in spdcache_init()
8188 V_key_spdcache_maxentries = (V_spdcachehash_mask + 1) in spdcache_init()