Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_sw.c201 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()
Dtls_device.c242 static int tls_push_record(struct sock *sk, in tls_push_record() function
433 rc = tls_push_record(sk, in tls_push_data()