Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvsock_bpf.c87 if (vsock_has_data(sk, psock) && sk_psock_queue_empty(psock)) { in vsock_bpf_recvmsg()
102 if (sk_psock_queue_empty(psock)) { in vsock_bpf_recvmsg()
/openbmc/linux/net/unix/
H A Dunix_bpf.c69 sk_psock_queue_empty(psock)) { in unix_bpf_recvmsg()
84 if (!sk_psock_queue_empty(psock)) in unix_bpf_recvmsg()
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c314 if (data && !sk_psock_queue_empty(psock)) in tcp_bpf_recvmsg_parser()
347 sk_psock_queue_empty(psock)) { in tcp_bpf_recvmsg()
365 if (!sk_psock_queue_empty(psock)) in tcp_bpf_recvmsg()
H A Dudp_bpf.c32 !sk_psock_queue_empty(psock); in psock_has_data()
/openbmc/linux/include/linux/
H A Dskmsg.h360 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty() function
/openbmc/linux/net/tls/
H A Dtls_main.c429 sk_psock_queue_empty(psock)) in tls_sk_poll()
H A Dtls_sw.c1320 if (!sk_psock_queue_empty(psock)) in tls_rx_rec_wait()
1349 !sk_psock_queue_empty(psock), in tls_rx_rec_wait()