Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls.h167 void tls_device_splice_eof(struct socket *sock);
H A Dtls_main.c921 prot[TLS_HW][TLS_BASE].splice_eof = tls_device_splice_eof; in build_protos()
925 prot[TLS_HW][TLS_SW].splice_eof = tls_device_splice_eof; in build_protos()
H A Dtls_device.c595 void tls_device_splice_eof(struct socket *sock) in tls_device_splice_eof() function