Home
last modified time | relevance | path

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

/Linux-v5.4/net/tls/
Dtls_sw.c467 pending = atomic_dec_return(&ctx->encrypt_pending); in tls_encrypt_done()
519 atomic_inc(&ctx->encrypt_pending); in tls_do_encryption()
523 atomic_dec(&ctx->encrypt_pending); in tls_do_encryption()
1065 if (atomic_read(&ctx->encrypt_pending)) in tls_sw_sendmsg()
2074 if (atomic_read(&ctx->encrypt_pending)) in tls_sw_release_resources_tx()
/Linux-v5.4/include/net/
Dtls.h160 atomic_t encrypt_pending; member