Home
last modified time | relevance | path

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

/Linux-v5.4/net/tls/
Dtls_main.c313 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
735 prot[TLS_BASE][TLS_BASE] = *base; in build_protos()
736 prot[TLS_BASE][TLS_BASE].setsockopt = tls_setsockopt; in build_protos()
737 prot[TLS_BASE][TLS_BASE].getsockopt = tls_getsockopt; in build_protos()
738 prot[TLS_BASE][TLS_BASE].close = tls_sk_proto_close; in build_protos()
740 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()
741 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; in build_protos()
742 prot[TLS_SW][TLS_BASE].sendpage = tls_sw_sendpage; in build_protos()
744 prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE]; in build_protos()
745 prot[TLS_BASE][TLS_SW].recvmsg = tls_sw_recvmsg; in build_protos()
[all …]
/Linux-v5.4/include/net/
Dtls.h110 TLS_BASE, enumerator
432 case TLS_BASE: in tls_user_config()