Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dtls.h187 void *priv_ctx_tx; member
409 return (struct tls_sw_context_tx *)tls_ctx->priv_ctx_tx; in tls_sw_ctx_tx()
415 return (struct tls_offload_context_tx *)tls_ctx->priv_ctx_tx; in tls_offload_ctx_tx()
/Linux-v4.19/net/tls/
Dtls_sw.c1164 if (!ctx->priv_ctx_tx) { in tls_set_sw_offload()
1170 ctx->priv_ctx_tx = sw_ctx_tx; in tls_set_sw_offload()
1173 (struct tls_sw_context_tx *)ctx->priv_ctx_tx; in tls_set_sw_offload()
1315 kfree(ctx->priv_ctx_tx); in tls_set_sw_offload()
1316 ctx->priv_ctx_tx = NULL; in tls_set_sw_offload()
Dtls_device.c672 if (ctx->priv_ctx_tx) { in tls_set_device_offload()
781 ctx->priv_ctx_tx = offload_ctx; in tls_set_device_offload()
811 ctx->priv_ctx_tx = NULL; in tls_set_device_offload()