Home
last modified time | relevance | path

Searched refs:rskq_accept_head (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Drequest_sock.h168 * @rskq_accept_head - FIFO head of established children
181 struct request_sock *rskq_accept_head; member
195 return READ_ONCE(queue->rskq_accept_head) == NULL; in reqsk_queue_empty()
204 req = queue->rskq_accept_head; in reqsk_queue_remove()
207 WRITE_ONCE(queue->rskq_accept_head, req->dl_next); in reqsk_queue_remove()
208 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()
/kernel/linux/linux-6.6/include/net/
H A Drequest_sock.h170 * @rskq_accept_head - FIFO head of established children
183 struct request_sock *rskq_accept_head; member
197 return READ_ONCE(queue->rskq_accept_head) == NULL; in reqsk_queue_empty()
206 req = queue->rskq_accept_head; in reqsk_queue_remove()
209 WRITE_ONCE(queue->rskq_accept_head, req->dl_next); in reqsk_queue_remove()
210 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()
/kernel/linux/linux-5.10/net/core/
H A Drequest_sock.c40 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()
68 * icsk_accept_queue.rskq_accept_head. To protect the access a simple spin
/kernel/linux/linux-6.6/net/core/
H A Drequest_sock.c40 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()
68 * icsk_accept_queue.rskq_accept_head. To protect the access a simple spin
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h89 #define ACCEPT_QUEUE(sk) (&inet_csk(sk)->icsk_accept_queue.rskq_accept_head)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h89 #define ACCEPT_QUEUE(sk) (&inet_csk(sk)->icsk_accept_queue.rskq_accept_head)
/kernel/linux/linux-6.6/net/mptcp/
H A Dsubflow.c1794 head = queue->rskq_accept_head; in mptcp_subflow_queue_clean()
1796 queue->rskq_accept_head = NULL; in mptcp_subflow_queue_clean()
1847 WARN_ON_ONCE(queue->rskq_accept_head); in mptcp_subflow_queue_clean()
1848 queue->rskq_accept_head = head; in mptcp_subflow_queue_clean()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_connection_sock.c1023 if (queue->rskq_accept_head == NULL) in inet_csk_reqsk_queue_add()
1024 WRITE_ONCE(queue->rskq_accept_head, req); in inet_csk_reqsk_queue_add()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_connection_sock.c1312 if (queue->rskq_accept_head == NULL) in inet_csk_reqsk_queue_add()
1313 WRITE_ONCE(queue->rskq_accept_head, req); in inet_csk_reqsk_queue_add()
/kernel/linux/linux-5.10/drivers/xen/
H A Dpvcalls-back.c787 data = READ_ONCE(queue->rskq_accept_head) != NULL; in pvcalls_back_poll()
/kernel/linux/linux-6.6/drivers/xen/
H A Dpvcalls-back.c792 data = READ_ONCE(queue->rskq_accept_head) != NULL; in pvcalls_back_poll()

Completed in 12 milliseconds