Home
last modified time | relevance | path

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

/net/vmw_vsock/
A Dvsock_bpf.c15 #define vsock_sk_has_data(__sk, __psock) \ argument
17 !skb_queue_empty(&(__psock)->ingress_skb) || \
18 !list_empty(&(__psock)->ingress_msg); \
/net/unix/
A Dunix_bpf.c10 #define unix_sk_has_data(__sk, __psock) \ argument
12 !skb_queue_empty(&__psock->ingress_skb) || \
13 !list_empty(&__psock->ingress_msg); \
/net/ipv4/
A Dudp_bpf.c35 #define udp_msg_has_data(__sk, __psock) \ argument
36 ({ udp_sk_has_data(__sk) || psock_has_data(__psock); })

Completed in 6 milliseconds