Searched refs:tls_sw_splice_eof (Results 1 – 3 of 3) sorted by relevance
153 void tls_sw_splice_eof(struct socket *sock);
842 ops[TLS_SW ][TLS_BASE].splice_eof = tls_sw_splice_eof; in build_proto_ops()911 prot[TLS_SW][TLS_BASE].splice_eof = tls_sw_splice_eof; in build_protos()
1249 void tls_sw_splice_eof(struct socket *sock) in tls_sw_splice_eof() function