Home
last modified time | relevance | path

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

/Linux-v5.15/net/tls/
Dtls_sw.c222 if (!pending && ctx->async_notify) in tls_decrypt_done()
485 if (!pending && ctx->async_notify) in tls_encrypt_done()
1114 ctx->async_notify = true; in tls_sw_sendmsg()
1126 WRITE_ONCE(ctx->async_notify, false); in tls_sw_sendmsg()
1942 ctx->async_notify = true; in tls_sw_recvmsg()
1961 WRITE_ONCE(ctx->async_notify, false); in tls_sw_recvmsg()
2165 ctx->async_notify = true; in tls_sw_release_resources_tx()
/Linux-v5.15/include/net/
Dtls.h138 int async_notify; member
160 bool async_notify; member