Home
last modified time | relevance | path

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

/linux/net/unix/
A Dunix_bpf.c9 #define unix_sk_has_data(__sk, __psock) \ argument
11 !skb_queue_empty(&__psock->ingress_skb) || \
12 !list_empty(&__psock->ingress_msg); \
/linux/net/ipv4/
A Dudp_bpf.c36 #define udp_msg_has_data(__sk, __psock) \ argument
37 ({ udp_sk_has_data(__sk) || psock_has_data(__psock); })

Completed in 5 milliseconds