HomeSort by: relevance | last modified time | path
    Searched defs:sahlists (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netipsec/
key.c 214 * - SAs are managed by the list called key_sad.sahlists and sav lists of
224 * - Modifications to the key_sad.sahlists, sah.savlist and key_sad.savlut
226 * - Read accesses to the key_sad.sahlists, sah.savlist and key_sad.savlut
230 * - We get an sah from the key_sad.sahlists
274 struct pslist_head *sahlists; member in struct:__anon0681207f0208
358 PSLIST_READER_FOREACH((sah), &key_sad.sahlists[_i_sah], \
362 &key_sad.sahlists[key_saidxhash((saidx), \
367 PSLIST_WRITER_FOREACH((sah), &key_sad.sahlists[_i_sah], \
371 &key_sad.sahlists[key_saidxhash(&(sah)->saidx, \
8303 key_sad.sahlists = hashinit(SAHHASH_NHASH, HASH_PSLIST, true
    [all...]

Completed in 15 milliseconds