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); \
9 #define unix_sk_has_data(__sk, __psock) \ argument11 !skb_queue_empty(&__psock->ingress_skb) || \12 !list_empty(&__psock->ingress_msg); \
35 #define udp_msg_has_data(__sk, __psock) \ argument36 ({ udp_sk_has_data(__sk) || psock_has_data(__psock); })