Home
last modified time | relevance | path

Searched refs:priv_ctx_tx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/net/
Dtls.h249 void *priv_ctx_tx; member
590 return (struct tls_sw_context_tx *)tls_ctx->priv_ctx_tx; in tls_sw_ctx_tx()
596 return (struct tls_offload_context_tx *)tls_ctx->priv_ctx_tx; in tls_offload_ctx_tx()
/Linux-v5.15/net/tls/
Dtls_device.c1028 if (ctx->priv_ctx_tx) in tls_set_device_offload()
1147 ctx->priv_ctx_tx = offload_ctx; in tls_set_device_offload()
1181 ctx->priv_ctx_tx = NULL; in tls_set_device_offload()
Dtls_sw.c2326 if (!ctx->priv_ctx_tx) { in tls_set_sw_offload()
2332 ctx->priv_ctx_tx = sw_ctx_tx; in tls_set_sw_offload()
2335 (struct tls_sw_context_tx *)ctx->priv_ctx_tx; in tls_set_sw_offload()
2531 kfree(ctx->priv_ctx_tx); in tls_set_sw_offload()
2532 ctx->priv_ctx_tx = NULL; in tls_set_sw_offload()