Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dskmsg.h91 struct list_head ingress_msg; member
285 list_add_tail(&msg->list, &psock->ingress_msg); in sk_psock_queue_msg()
290 return psock ? list_empty(&psock->ingress_msg) : true; in sk_psock_queue_empty()
/Linux-v5.4/net/ipv4/
Dtcp_bpf.c21 empty = list_empty(&psock->ingress_msg); in tcp_bpf_stream_read()
38 !list_empty(&psock->ingress_msg) || in tcp_bpf_wait_data()
53 msg_rx = list_first_entry_or_null(&psock->ingress_msg, in __tcp_bpf_recvmsg()
110 msg_rx = list_first_entry_or_null(&psock->ingress_msg, in __tcp_bpf_recvmsg()
/Linux-v5.4/net/core/
Dskmsg.c509 INIT_LIST_HEAD(&psock->ingress_msg); in sk_psock_init()
539 list_for_each_entry_safe(msg, tmp, &psock->ingress_msg, list) { in __sk_psock_purge_ingress_msg()
/Linux-v5.4/net/tls/
Dtls_sw.c1960 ingress_empty = list_empty(&psock->ingress_msg); in tls_sw_stream_read()
2051 if (psock && !list_empty(&psock->ingress_msg)) { in tls_data_ready()