Home
last modified time | relevance | path

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

/linux-6.12.1/net/vmw_vsock/
Dvsock_bpf.c15 #define vsock_sk_has_data(__sk, __psock) \ argument
17 !skb_queue_empty(&(__psock)->ingress_skb) || \
18 !list_empty(&(__psock)->ingress_msg); \
/linux-6.12.1/net/unix/
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-6.12.1/net/ipv4/
Dudp_bpf.c35 #define udp_msg_has_data(__sk, __psock) \ argument
36 ({ udp_sk_has_data(__sk) || psock_has_data(__psock); })