Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c416 static int tls_push_data(struct sock *sk, in tls_push_data() function
556 rc = tls_push_data(sk, &msg->msg_iter, size, in tls_device_sendmsg()
589 rc = tls_push_data(sk, &msg_iter, size, in tls_device_sendpage()
664 return tls_push_data(sk, &msg_iter, 0, flags, TLS_RECORD_TYPE_DATA); in tls_device_push_pending_record()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_device.c424 static int tls_push_data(struct sock *sk, in tls_push_data() function
586 rc = tls_push_data(sk, &msg->msg_iter, size, msg->msg_flags, in tls_device_sendmsg()
609 tls_push_data(sk, &iter, 0, 0, TLS_RECORD_TYPE_DATA); in tls_device_splice_eof()
681 return tls_push_data(sk, &iter, 0, flags, TLS_RECORD_TYPE_DATA); in tls_device_push_pending_record()

Completed in 4 milliseconds