Home
last modified time | relevance | path

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

/netbsd-src/sys/netipsec/
H A Dxform_ipcomp.c83 static pool_cache_t ipcomp_tdb_crypto_pool_cache; variable
156 tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT); in ipcomp_input()
215 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_input()
288 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_input_cb()
346 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_input_cb()
450 tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT); in ipcomp_output()
468 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_output()
612 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_output_cb()
628 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_output_cb()
647 ipcomp_tdb_crypto_pool_cache = pool_cache_init(sizeof(struct tdb_crypto), in ipcomp_attach()