Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls.h150 void tls_sw_splice_eof(struct socket *sock);
H A Dtls_main.c837 ops[TLS_SW ][TLS_BASE].splice_eof = tls_sw_splice_eof; in build_proto_ops()
906 prot[TLS_SW][TLS_BASE].splice_eof = tls_sw_splice_eof; in build_protos()
H A Dtls_sw.c1249 void tls_sw_splice_eof(struct socket *sock) in tls_sw_splice_eof() function