Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls.h166 int tls_sw_read_sock(struct sock *sk, read_descriptor_t *desc,
H A Dtls_main.c847 ops[TLS_BASE][TLS_SW ].read_sock = tls_sw_read_sock; in build_proto_ops()
852 ops[TLS_SW ][TLS_SW ].read_sock = tls_sw_read_sock; in build_proto_ops()
H A Dtls_sw.c2245 int tls_sw_read_sock(struct sock *sk, read_descriptor_t *desc, in tls_sw_read_sock() function