Home
last modified time | relevance | path

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

/netbsd-src/sys/netipsec/
H A Dxform_ah.c116 static pool_cache_t ah_tdb_crypto_pool_cache; variable
619 tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT); in ah_input()
700 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_input()
819 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_input_cb()
868 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_input_cb()
1030 tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT); in ah_output()
1113 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_output()
1174 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_output_cb()
1206 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_output_cb()
1258 ah_tdb_crypto_pool_cache = pool_cache_init(ah_pool_item_size, in ah_attach()