Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_sw.c1081 tls_rx_rec_wait(struct sock *sk, bool nonblock, bool released, bool has_copied) in tls_sw_sendmsg_locked()
1149 return tls_rx_rec_wait(sk, nonblock, false, has_copied); in tls_sw_sendmsg_locked()
1845 err = tls_rx_rec_wait(sk, flags & MSG_DONTWAIT, in tls_rx_one_record()
2006 err = tls_rx_rec_wait(sk, flags & SPLICE_F_NONBLOCK, in tls_rx_reader_acquire()
2091 err = tls_rx_rec_wait(sk, true, released, !!copied); in tls_sw_recvmsg()
1375 tls_rx_rec_wait(struct sock *sk, struct sk_psock *psock, bool nonblock, tls_rx_rec_wait() function