Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_sw.c520 if (atomic_dec_and_test(&ctx->encrypt_pending)) in tls_encrypt_done()
526 if (!atomic_dec_and_test(&ctx->encrypt_pending)) in tls_encrypt_async_wait()
528 atomic_inc(&ctx->encrypt_pending); in tls_encrypt_async_wait()
579 DEBUG_NET_WARN_ON_ONCE(atomic_read(&ctx->encrypt_pending) < 1); in tls_do_encryption()
580 atomic_inc(&ctx->encrypt_pending); in tls_do_encryption()
588 atomic_dec(&ctx->encrypt_pending); in tls_do_encryption()
2627 atomic_set(&sw_ctx_tx->encrypt_pending, 1); in init_ctx_tx()
/linux/include/net/
H A Dtls.h99 atomic_t encrypt_pending; member