Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtls.h236 void *priv_ctx_tx; member
388 return (struct tls_sw_context_tx *)tls_ctx->priv_ctx_tx; in tls_sw_ctx_tx()
394 return (struct tls_offload_context_tx *)tls_ctx->priv_ctx_tx; in tls_offload_ctx_tx()
/linux/net/tls/
H A Dtls_sw.c2710 if (!ctx->priv_ctx_tx) { in init_ctx_tx()
2715 sw_ctx_tx = ctx->priv_ctx_tx; in init_ctx_tx()
2809 ctx->priv_ctx_tx = init_ctx_tx(ctx, sk); in tls_set_sw_offload()
2810 if (!ctx->priv_ctx_tx) in tls_set_sw_offload()
2820 sw_ctx_tx = ctx->priv_ctx_tx; in tls_set_sw_offload()
2911 kfree(ctx->priv_ctx_tx); in tls_set_sw_offload()
2912 ctx->priv_ctx_tx = NULL; in tls_set_sw_offload()
H A Dtls_device.c1077 if (ctx->priv_ctx_tx) in tls_set_device_offload()
1157 ctx->priv_ctx_tx = offload_ctx; in tls_set_device_offload()
1184 ctx->priv_ctx_tx = NULL; in tls_set_device_offload()