Home
last modified time | relevance | path

Searched refs:ingress_msg (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dskmsg.h99 struct list_head ingress_msg; member
361 list_add_tail(&msg->list, &psock->ingress_msg); in sk_psock_queue_msg()
378 msg = list_first_entry_or_null(&psock->ingress_msg, struct sk_msg, list); in sk_psock_dequeue_msg()
389 return list_first_entry_or_null(&psock->ingress_msg, struct sk_msg, list); in sk_psock_peek_msg_locked()
408 if (list_is_last(&msg->list, &psock->ingress_msg)) in sk_psock_next_msg()
418 return psock ? list_empty(&psock->ingress_msg) : true; in sk_psock_queue_empty()
/linux/net/vmw_vsock/
H A Dvsock_bpf.c18 !list_empty(&(__psock)->ingress_msg); \
/linux/net/unix/
H A Dunix_bpf.c13 !list_empty(&__psock->ingress_msg); \
/linux/net/ipv4/
H A Dtcp_bpf.c196 !list_empty(&psock->ingress_msg) || in tcp_msg_wait_data()