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

  /src/sys/netipsec/
xform_ipcomp.c 83 static pool_cache_t ipcomp_tdb_crypto_pool_cache; variable in typeref:typename:pool_cache_t
156 tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT);
215 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc);
288 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc);
346 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc);
450 tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT);
468 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc);
612 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc);
628 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc);
647 ipcomp_tdb_crypto_pool_cache = pool_cache_init(sizeof(struct tdb_crypto)
    [all...]

Completed in 70 milliseconds