Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dskmsg.h91 struct list_head ingress_msg; member
314 list_add_tail(&msg->list, &psock->ingress_msg); in sk_psock_queue_msg()
327 msg = list_first_entry_or_null(&psock->ingress_msg, struct sk_msg, list); in sk_psock_dequeue_msg()
339 msg = list_first_entry_or_null(&psock->ingress_msg, struct sk_msg, list); in sk_psock_peek_msg()
350 if (list_is_last(&msg->list, &psock->ingress_msg)) in sk_psock_next_msg()
360 return psock ? list_empty(&psock->ingress_msg) : true; in sk_psock_queue_empty()
/Linux-v6.1/net/unix/
Dunix_bpf.c12 !list_empty(&__psock->ingress_msg); \
/Linux-v6.1/net/core/
Dskmsg.c497 empty = list_empty(&psock->ingress_msg); in sk_msg_is_readable()
738 INIT_LIST_HEAD(&psock->ingress_msg); in sk_psock_init()
773 list_for_each_entry_safe(msg, tmp, &psock->ingress_msg, list) { in __sk_psock_purge_ingress_msg()
/Linux-v6.1/net/ipv4/
Dtcp_bpf.c167 !list_empty(&psock->ingress_msg) || in tcp_msg_wait_data()
/Linux-v6.1/net/tls/
Dtls_sw.c2204 ingress_empty = list_empty(&psock->ingress_msg); in tls_sw_sock_is_readable()
2289 if (!list_empty(&psock->ingress_msg)) in tls_data_ready()