Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls.h173 void tls_device_splice_eof(struct socket *sock);
H A Dtls_main.c1028 prot[TLS_HW][TLS_BASE].splice_eof = tls_device_splice_eof; in build_protos()
1032 prot[TLS_HW][TLS_SW].splice_eof = tls_device_splice_eof; in build_protos()
H A Dtls_device.c592 void tls_device_splice_eof(struct socket *sock) in tls_device_splice_eof() function