Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c202 #define V_spdcachehash_mask VNET(spdcachehash_mask) macro
206 V_spdcachehash_mask)
8187 M_IPSEC_SPDCACHE, &V_spdcachehash_mask); in spdcache_init()
8188 V_key_spdcache_maxentries = (V_spdcachehash_mask + 1) in spdcache_init()
8192 (V_spdcachehash_mask + 1), in spdcache_init()
8195 for (i = 0; i < V_spdcachehash_mask + 1; ++i) in spdcache_init()
8234 for (i = 0; i < V_spdcachehash_mask + 1; ++i) { in spdcache_clear()
8253 hashdestroy(V_spdcachehashtbl, M_IPSEC_SPDCACHE, V_spdcachehash_mask); in spdcache_destroy()
8255 for (i = 0; i < V_spdcachehash_mask + 1; ++i) in spdcache_destroy()