Searched refs:__psock (Results 1 – 3 of 3) sorted by relevance
15 #define vsock_sk_has_data(__sk, __psock) \ argument17 !skb_queue_empty(&(__psock)->ingress_skb) || \18 !list_empty(&(__psock)->ingress_msg); \
10 #define unix_sk_has_data(__sk, __psock) \ argument12 !skb_queue_empty(&__psock->ingress_skb) || \13 !list_empty(&__psock->ingress_msg); \
35 #define udp_msg_has_data(__sk, __psock) \ argument36 ({ udp_sk_has_data(__sk) || psock_has_data(__psock); })
Completed in 6 milliseconds