Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/tls/
A Dtls_main.c917 ops[TLS_BASE][TLS_BASE] = *base; in build_proto_ops()
919 ops[TLS_SW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
922 ops[TLS_BASE][TLS_SW ] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
929 ops[TLS_HW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
935 ops[TLS_BASE][TLS_HW ] = ops[TLS_BASE][TLS_SW ]; in build_proto_ops()
981 prot[TLS_BASE][TLS_BASE] = *base; in build_protos()
982 prot[TLS_BASE][TLS_BASE].setsockopt = tls_setsockopt; in build_protos()
986 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()
990 prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE]; in build_protos()
1001 prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()
[all …]
/linux-6.3-rc2/include/net/
A Dtls.h92 TLS_BASE, enumerator

Completed in 7 milliseconds