Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c209 #define V_key_spdcache_maxentries VNET(key_spdcache_maxentries) macro
215 #define SPDCACHE_ENABLED() (V_key_spdcache_maxentries != 0)
8527 &V_key_spdcache_maxentries); in spdcache_init()
8531 if (V_key_spdcache_maxentries) { in spdcache_init()
8532 V_key_spdcache_maxentries = MAX(V_key_spdcache_maxentries, in spdcache_init()
8534 V_spdcachehashtbl = hashinit(V_key_spdcache_maxentries / in spdcache_init()
8537 V_key_spdcache_maxentries = (V_spdcachehash_mask + 1) in spdcache_init()