Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netipsec/
HDkey.c201 #define V_spdcachehash_mask VNET(spdcachehash_mask) macro
205 V_spdcachehash_mask)
8192 M_IPSEC_SPDCACHE, &V_spdcachehash_mask); in spdcache_init()
8193 V_key_spdcache_maxentries = (V_spdcachehash_mask + 1) in spdcache_init()
8197 (V_spdcachehash_mask + 1), in spdcache_init()
8200 for (i = 0; i < V_spdcachehash_mask + 1; ++i) in spdcache_init()
8239 for (i = 0; i < V_spdcachehash_mask + 1; ++i) { in spdcache_clear()
8258 hashdestroy(V_spdcachehashtbl, M_IPSEC_SPDCACHE, V_spdcachehash_mask); in spdcache_destroy()
8260 for (i = 0; i < V_spdcachehash_mask + 1; ++i) in spdcache_destroy()