Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_sw.c2652 if (!ctx->priv_ctx_tx) { in init_ctx_tx()
2657 sw_ctx_tx = ctx->priv_ctx_tx; in init_ctx_tx()
2751 ctx->priv_ctx_tx = init_ctx_tx(ctx, sk); in tls_set_sw_offload()
2752 if (!ctx->priv_ctx_tx) in tls_set_sw_offload()
2762 sw_ctx_tx = ctx->priv_ctx_tx; in tls_set_sw_offload()
2853 kfree(ctx->priv_ctx_tx); in tls_set_sw_offload()
2854 ctx->priv_ctx_tx = NULL; in tls_set_sw_offload()