Searched refs:TLS_BASE (Results 1 – 2 of 2) sorted by relevance
310 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()669 prot[TLS_BASE][TLS_BASE] = *base; in build_protos()670 prot[TLS_BASE][TLS_BASE].setsockopt = tls_setsockopt; in build_protos()671 prot[TLS_BASE][TLS_BASE].getsockopt = tls_getsockopt; in build_protos()672 prot[TLS_BASE][TLS_BASE].close = tls_sk_proto_close; in build_protos()674 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()675 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; in build_protos()676 prot[TLS_SW][TLS_BASE].sendpage = tls_sw_sendpage; in build_protos()678 prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE]; in build_protos()679 prot[TLS_BASE][TLS_SW].recvmsg = tls_sw_recvmsg; in build_protos()[all …]
88 TLS_BASE, enumerator435 case TLS_BASE: in tls_user_config()