Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dtls.h110 atomic_t encrypt_pending; member
/linux-6.3-rc2/net/tls/
A Dtls_sw.c482 pending = atomic_dec_return(&ctx->encrypt_pending); in tls_encrypt_done()
542 atomic_inc(&ctx->encrypt_pending); in tls_do_encryption()
546 atomic_dec(&ctx->encrypt_pending); in tls_do_encryption()
1126 pending = atomic_read(&ctx->encrypt_pending); in tls_sw_sendmsg()
2339 pending = atomic_read(&ctx->encrypt_pending); in tls_sw_release_resources_tx()

Completed in 9 milliseconds