Lines Matching refs:tx_conf
72 sk->sk_prot = &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]; in update_sk_prot()
237 if (ctx->tx_conf == TLS_HW) in tls_write_space()
277 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
281 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()
298 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
302 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()
304 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
315 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
548 ctx->tx_conf = conf; in do_tls_setsockopt_conf()
668 ctx->tx_conf = TLS_HW_RECORD; in tls_hw_prot()
793 ctx->tx_conf = TLS_BASE; in tls_init()