Home
last modified time | relevance | path

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

/net/tls/
Dtls_main.c64 static struct proto_ops tls_sw_proto_ops; variable
557 sk->sk_socket->ops = &tls_sw_proto_ops; in do_tls_setsockopt_conf()
905 tls_sw_proto_ops = inet_stream_ops; in tls_register()
906 tls_sw_proto_ops.splice_read = tls_sw_splice_read; in tls_register()
907 tls_sw_proto_ops.sendpage_locked = tls_sw_sendpage_locked, in tls_register()