Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c334 #define V_acqseqhash_mask VNET(acqseqhash_mask) macro
342 (key_u32hash(seq) & V_acqseqhash_mask)
8284 &V_acqseqhash_mask); in key_init()
8396 for (i = 0; i < V_acqseqhash_mask + 1; i++) in key_destroy()
8411 hashdestroy(V_acqseqhashtbl, M_IPSEC_SAQ, V_acqseqhash_mask); in key_destroy()