Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dtls.h98 atomic_t encrypt_pending; member
/Linux-v6.6/net/tls/
Dtls_sw.c484 pending = atomic_dec_return(&ctx->encrypt_pending); in tls_encrypt_done()
544 atomic_inc(&ctx->encrypt_pending); in tls_do_encryption()
548 atomic_dec(&ctx->encrypt_pending); in tls_do_encryption()
1164 pending = atomic_read(&ctx->encrypt_pending); in tls_sw_sendmsg_locked()
1261 pending = atomic_read(&ctx->encrypt_pending); in tls_sw_splice_eof()
2434 pending = atomic_read(&ctx->encrypt_pending); in tls_sw_release_resources_tx()