Home
last modified time | relevance | path

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

/linux-6.15/net/tls/
H A Dtls_main.c887 ops[TLS_BASE][TLS_BASE] = *base; in build_proto_ops()
889 ops[TLS_SW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
892 ops[TLS_BASE][TLS_SW ] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
903 ops[TLS_HW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
907 ops[TLS_BASE][TLS_HW ] = ops[TLS_BASE][TLS_SW ]; in build_proto_ops()
952 prot[TLS_BASE][TLS_BASE] = *base; in build_protos()
953 prot[TLS_BASE][TLS_BASE].setsockopt = tls_setsockopt; in build_protos()
958 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()
962 prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE]; in build_protos()
973 prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()
[all …]
/linux-6.15/include/net/
H A Dtls.h83 TLS_BASE, enumerator