Searched refs:tls_push_data (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/tls/ |
H A D | tls_device.c | 424 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()
|