Home
last modified time | relevance | path

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

/Linux-v5.10/net/tls/
Dtls_sw.c212 if (!pending && ctx->async_notify) in tls_decrypt_done()
475 if (!pending && ctx->async_notify) in tls_encrypt_done()
1105 ctx->async_notify = true; in tls_sw_sendmsg()
1117 WRITE_ONCE(ctx->async_notify, false); in tls_sw_sendmsg()
1933 ctx->async_notify = true; in tls_sw_recvmsg()
1952 WRITE_ONCE(ctx->async_notify, false); in tls_sw_recvmsg()
2156 ctx->async_notify = true; in tls_sw_release_resources_tx()
/Linux-v5.10/include/net/
Dtls.h140 int async_notify; member
162 bool async_notify; member