Home
last modified time | relevance | path

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

/linux-6.15/net/tls/
H A Dtls.h154 void tls_sw_splice_eof(struct socket *sock);
H A Dtls_main.c890 ops[TLS_SW ][TLS_BASE].splice_eof = tls_sw_splice_eof; in build_proto_ops()
960 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