Lines Matching refs:tx_conf
73 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
75 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
240 if (ctx->tx_conf == TLS_HW) in tls_write_space()
280 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
285 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()
306 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
310 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()
312 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
323 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
576 ctx->tx_conf = conf; in do_tls_setsockopt_conf()
777 ctx->tx_conf = TLS_BASE; in tls_init()