Searched refs:V_spdcachehashtbl (Results 1 – 1 of 1) sorted by relevance
201 #define V_spdcachehashtbl VNET(spdcachehashtbl) macro897 LIST_FOREACH_SAFE(entry, &V_spdcachehashtbl[hashv], chain, tmpentry) { in key_allocsp()932 LIST_INSERT_HEAD(&V_spdcachehashtbl[hashv], entry, chain); in key_allocsp()8185 V_spdcachehashtbl = hashinit(V_key_spdcache_maxentries / in spdcache_init()8236 while (!LIST_EMPTY(&V_spdcachehashtbl[i])) { in spdcache_clear()8237 entry = LIST_FIRST(&V_spdcachehashtbl[i]); in spdcache_clear()8253 hashdestroy(V_spdcachehashtbl, M_IPSEC_SPDCACHE, V_spdcachehash_mask); in spdcache_destroy()