Home
last modified time | relevance | path

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

/Linux-v6.6/net/tls/
Dtls_sw.c483 spin_lock_bh(&ctx->encrypt_compl_lock); in tls_encrypt_done()
488 spin_unlock_bh(&ctx->encrypt_compl_lock); in tls_encrypt_done()
1161 spin_lock_bh(&ctx->encrypt_compl_lock); in tls_sw_sendmsg_locked()
1165 spin_unlock_bh(&ctx->encrypt_compl_lock); in tls_sw_sendmsg_locked()
1258 spin_lock_bh(&ctx->encrypt_compl_lock); in tls_sw_splice_eof()
1262 spin_unlock_bh(&ctx->encrypt_compl_lock); in tls_sw_splice_eof()
2432 spin_lock_bh(&ctx->encrypt_compl_lock); in tls_sw_release_resources_tx()
2435 spin_unlock_bh(&ctx->encrypt_compl_lock); in tls_sw_release_resources_tx()
2639 spin_lock_init(&sw_ctx_tx->encrypt_compl_lock); in tls_set_sw_offload()
/Linux-v6.6/include/net/
Dtls.h100 spinlock_t encrypt_compl_lock; member