Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c210 #define V_spdcache_lock VNET(spdcache_lock) macro
213 mtx_init(&V_spdcache_lock[a], "spdcache", \
215 #define SPDCACHE_LOCK_DESTROY(a) mtx_destroy(&V_spdcache_lock[a])
216 #define SPDCACHE_LOCK(a) mtx_lock(&V_spdcache_lock[a]);
217 #define SPDCACHE_UNLOCK(a) mtx_unlock(&V_spdcache_lock[a]);
8191 V_spdcache_lock = malloc(sizeof(struct mtx) * in spdcache_init()
8258 free(V_spdcache_lock, M_IPSEC_SPDCACHE); in spdcache_destroy()