Home
last modified time | relevance | path

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

/linux-6.14.4/net/tls/
Dtls_device.c418 static int tls_push_data(struct sock *sk, in tls_push_data() function
580 rc = tls_push_data(sk, &msg->msg_iter, size, msg->msg_flags, in tls_device_sendmsg()
603 tls_push_data(sk, &iter, 0, 0, TLS_RECORD_TYPE_DATA); in tls_device_splice_eof()
675 return tls_push_data(sk, &iter, 0, flags, TLS_RECORD_TYPE_DATA); in tls_device_push_pending_record()