Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskmsg.h96 struct list_head ingress_msg; member
327 list_add_tail(&msg->list, &psock->ingress_msg); in sk_psock_queue_msg()
343 msg = list_first_entry_or_null(&psock->ingress_msg, struct sk_msg, list); in sk_psock_dequeue_msg()
355 msg = list_first_entry_or_null(&psock->ingress_msg, struct sk_msg, list); in sk_psock_peek_msg()
366 if (list_is_last(&msg->list, &psock->ingress_msg)) in sk_psock_next_msg()
376 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.c12 !list_empty(&__psock->ingress_msg); \
/linux/net/core/
H A Dskmsg.c500 empty = list_empty(&psock->ingress_msg); in sk_msg_is_readable()
741 INIT_LIST_HEAD(&psock->ingress_msg); in sk_psock_init()
776 list_for_each_entry_safe(msg, tmp, &psock->ingress_msg, list) { in __sk_psock_purge_ingress_msg()
/linux/net/ipv4/
H A Dtcp_bpf.c195 !list_empty(&psock->ingress_msg) || in tcp_msg_wait_data()
/linux/net/tls/
H A Dtls_sw.c2351 ingress_empty = list_empty(&psock->ingress_msg); in tls_sw_sock_is_readable()
2442 if (!list_empty(&psock->ingress_msg)) in tls_data_ready()