Lines Matching refs:tx_conf
136 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
138 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
311 if (ctx->tx_conf == TLS_HW) in tls_write_space()
351 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
354 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()
375 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
379 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()
381 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
392 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
701 ctx->tx_conf = conf; in do_tls_setsockopt_conf()
974 ctx->tx_conf = TLS_BASE; in tls_init()
1002 u16 config = tx ? ctx->tx_conf : ctx->rx_conf; in tls_user_config()
1054 if (ctx->tx_conf == TLS_HW && ctx->zerocopy_sendfile) { in tls_get_info()