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

  /src/sys/netipsec/
xform_ah.c 116 static pool_cache_t ah_tdb_crypto_pool_cache; variable in typeref:typename:pool_cache_t
619 tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT);
700 pool_cache_put(ah_tdb_crypto_pool_cache, tc);
819 pool_cache_put(ah_tdb_crypto_pool_cache, tc);
868 pool_cache_put(ah_tdb_crypto_pool_cache, tc);
1030 tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT);
1113 pool_cache_put(ah_tdb_crypto_pool_cache, tc);
1174 pool_cache_put(ah_tdb_crypto_pool_cache, tc);
1206 pool_cache_put(ah_tdb_crypto_pool_cache, tc);
1258 ah_tdb_crypto_pool_cache = pool_cache_init(ah_pool_item_size
    [all...]

Completed in 11 milliseconds