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

  /src/sys/netipsec/
xform_esp.c 98 static pool_cache_t esp_tdb_crypto_pool_cache; variable in typeref:typename:pool_cache_t
388 tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT);
483 pool_cache_put(esp_tdb_crypto_pool_cache, tc);
582 pool_cache_put(esp_tdb_crypto_pool_cache, tc);
669 pool_cache_put(esp_tdb_crypto_pool_cache, tc);
865 tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT);
883 pool_cache_put(esp_tdb_crypto_pool_cache, tc);
978 pool_cache_put(esp_tdb_crypto_pool_cache, tc);
1012 pool_cache_put(esp_tdb_crypto_pool_cache, tc);
1036 esp_tdb_crypto_pool_cache = pool_cache_init(esp_pool_item_size
    [all...]

Completed in 13 milliseconds