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

/linux-master/net/vmw_vsock/
H A Dvsock_bpf.c87 if (vsock_has_data(sk, psock) && sk_psock_queue_empty(psock)) {
102 if (sk_psock_queue_empty(psock)) {
/linux-master/net/unix/
H A Dunix_bpf.c66 sk_psock_queue_empty(psock)) {
81 if (!sk_psock_queue_empty(psock))
/linux-master/net/ipv4/
H A Dudp_bpf.c32 !sk_psock_queue_empty(psock);
H A Dtcp_bpf.c314 if (data && !sk_psock_queue_empty(psock))
347 sk_psock_queue_empty(psock)) {
365 if (!sk_psock_queue_empty(psock))
/linux-master/include/linux/
H A Dskmsg.h365 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) function
/linux-master/net/tls/
H A Dtls_main.c428 sk_psock_queue_empty(psock))
H A Dtls_sw.c1320 if (!sk_psock_queue_empty(psock))
1349 !sk_psock_queue_empty(psock),

Completed in 135 milliseconds