Searched refs:__psock (Results 1 – 2 of 2) sorted by relevance
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); })