Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c219 #define V_spdcachehashtbl VNET(spdcachehashtbl) macro
955 LIST_FOREACH_SAFE(entry, &V_spdcachehashtbl[hashv], chain, tmpentry) { in key_allocsp()
990 LIST_INSERT_HEAD(&V_spdcachehashtbl[hashv], entry, chain); in key_allocsp()
8532 V_spdcachehashtbl = hashinit(V_key_spdcache_maxentries / in spdcache_init()
8583 while (!LIST_EMPTY(&V_spdcachehashtbl[i])) { in spdcache_clear()
8584 entry = LIST_FIRST(&V_spdcachehashtbl[i]); in spdcache_clear()
8600 hashdestroy(V_spdcachehashtbl, M_IPSEC_SPDCACHE, V_spdcachehash_mask); in spdcache_destroy()