Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dtls.h247 void *priv_ctx_tx; member
400 return (struct tls_sw_context_tx *)tls_ctx->priv_ctx_tx; in tls_sw_ctx_tx()
406 return (struct tls_offload_context_tx *)tls_ctx->priv_ctx_tx; in tls_offload_ctx_tx()
/linux-6.3-rc2/net/tls/
A Dtls_device.c1091 if (ctx->priv_ctx_tx) in tls_set_device_offload()
1214 ctx->priv_ctx_tx = offload_ctx; in tls_set_device_offload()
1241 ctx->priv_ctx_tx = NULL; in tls_set_device_offload()
A Dtls_sw.c2517 if (!ctx->priv_ctx_tx) { in tls_set_sw_offload()
2523 ctx->priv_ctx_tx = sw_ctx_tx; in tls_set_sw_offload()
2526 (struct tls_sw_context_tx *)ctx->priv_ctx_tx; in tls_set_sw_offload()
2790 kfree(ctx->priv_ctx_tx); in tls_set_sw_offload()
2791 ctx->priv_ctx_tx = NULL; in tls_set_sw_offload()

Completed in 13 milliseconds