Home
last modified time | relevance | path

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

/linux-6.12.1/net/tls/
Dtls.h153 void tls_sw_splice_eof(struct socket *sock);
Dtls_main.c842 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()
Dtls_sw.c1249 void tls_sw_splice_eof(struct socket *sock) in tls_sw_splice_eof() function