Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_bpf.c21 msg_rx = list_first_entry_or_null(&psock->ingress_msg, in __tcp_bpf_recvmsg()
71 if (msg_rx == list_last_entry(&psock->ingress_msg, in __tcp_bpf_recvmsg()
85 msg_rx = list_first_entry_or_null(&psock->ingress_msg, in __tcp_bpf_recvmsg()
241 empty = list_empty(&psock->ingress_msg); in tcp_bpf_stream_read()
261 !list_empty(&psock->ingress_msg) || in tcp_bpf_wait_data()
/Linux-v5.10/include/linux/
Dskmsg.h95 struct list_head ingress_msg; member
290 list_add_tail(&msg->list, &psock->ingress_msg); in sk_psock_queue_msg()
295 return psock ? list_empty(&psock->ingress_msg) : true; in sk_psock_queue_empty()
/Linux-v5.10/net/core/
Dskmsg.c593 INIT_LIST_HEAD(&psock->ingress_msg); in sk_psock_init()
625 list_for_each_entry_safe(msg, tmp, &psock->ingress_msg, list) { in __sk_psock_purge_ingress_msg()
/Linux-v5.10/net/tls/
Dtls_sw.c2040 ingress_empty = list_empty(&psock->ingress_msg); in tls_sw_stream_read()
2132 if (!list_empty(&psock->ingress_msg)) in tls_data_ready()