Searched refs:tls_push_record (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/tls/ |
D | tls_sw.c | 201 static int tls_push_record(struct sock *sk, int flags, in tls_push_record() function 257 return tls_push_record(sk, flags, TLS_RECORD_TYPE_DATA); in tls_sw_push_pending_record() 426 ret = tls_push_record(sk, msg->msg_flags, record_type); in tls_sw_sendmsg() 466 ret = tls_push_record(sk, msg->msg_flags, record_type); in tls_sw_sendmsg() 583 ret = tls_push_record(sk, flags, record_type); in tls_sw_sendpage()
|
D | tls_device.c | 242 static int tls_push_record(struct sock *sk, in tls_push_record() function 433 rc = tls_push_record(sk, in tls_push_data()
|