Lines Matching refs:TLS_BASE
265 (ctx->tx_conf == TLS_BASE && ctx->rx_conf == TLS_BASE)) {
625 prot[TLS_BASE][TLS_BASE] = *base;
626 prot[TLS_BASE][TLS_BASE].setsockopt = tls_setsockopt;
627 prot[TLS_BASE][TLS_BASE].getsockopt = tls_getsockopt;
628 prot[TLS_BASE][TLS_BASE].close = tls_sk_proto_close;
630 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE];
631 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg;
632 prot[TLS_SW][TLS_BASE].sendpage = tls_sw_sendpage;
634 prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE];
635 prot[TLS_BASE][TLS_SW].recvmsg = tls_sw_recvmsg;
636 prot[TLS_BASE][TLS_SW].close = tls_sk_proto_close;
638 prot[TLS_SW][TLS_SW] = prot[TLS_SW][TLS_BASE];
643 prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE];
644 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg;
645 prot[TLS_HW][TLS_BASE].sendpage = tls_device_sendpage;
647 prot[TLS_HW][TLS_SW] = prot[TLS_BASE][TLS_SW];
651 prot[TLS_BASE][TLS_HW] = prot[TLS_BASE][TLS_SW];
703 ctx->tx_conf = TLS_BASE;
704 ctx->rx_conf = TLS_BASE;