Home
last modified time | relevance | path

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

/netbsd-src/sys/netipsec/
H A Dxform_esp.c98 static pool_cache_t esp_tdb_crypto_pool_cache; variable
388 tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT); in esp_input()
483 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_input()
582 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_input_cb()
669 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_input_cb()
865 tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT); in esp_output()
883 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_output()
978 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_output_cb()
1012 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_output_cb()
1036 esp_tdb_crypto_pool_cache = pool_cache_init(esp_pool_item_size, in esp_attach()