Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h258 void *priv_ctx_tx; member
604 return (struct tls_sw_context_tx *)tls_ctx->priv_ctx_tx; in tls_sw_ctx_tx()
610 return (struct tls_offload_context_tx *)tls_ctx->priv_ctx_tx; in tls_offload_ctx_tx()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_device.c1032 if (ctx->priv_ctx_tx) in tls_set_device_offload()
1149 ctx->priv_ctx_tx = offload_ctx; in tls_set_device_offload()
1183 ctx->priv_ctx_tx = NULL; in tls_set_device_offload()
H A Dtls_sw.c2323 if (!ctx->priv_ctx_tx) { in tls_set_sw_offload()
2329 ctx->priv_ctx_tx = sw_ctx_tx; in tls_set_sw_offload()
2332 (struct tls_sw_context_tx *)ctx->priv_ctx_tx; in tls_set_sw_offload()
2513 kfree(ctx->priv_ctx_tx); in tls_set_sw_offload()
2514 ctx->priv_ctx_tx = NULL; in tls_set_sw_offload()