Home
last modified time | relevance | path

Searched refs:TLS_BASE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/tls/
Dtls_main.c265 (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;
[all …]
/Linux-v4.19/include/net/
Dtls.h87 TLS_BASE, enumerator