Searched refs:__psock (Results 1 – 3 of 3) sorted by relevance
15 #define vsock_sk_has_data(__sk, __psock) \ argument 17 !skb_queue_empty(&(__psock)->ingress_skb) || \18 !list_empty(&(__psock)->ingress_msg); \
10 #define unix_sk_has_data(__sk, __psock) \ argument 12 !skb_queue_empty(&__psock->ingress_skb) || \13 !list_empty(&__psock->ingress_msg); \
34 #define udp_msg_has_data(__sk, __psock) \ argument35 ({ udp_sk_has_data(__sk) || psock_has_data(__psock); })