Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Drequest_sock.h183 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()
/Linux-v6.1/net/core/
Drequest_sock.c43 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()
/Linux-v6.1/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.h89 #define ACCEPT_QUEUE(sk) (&inet_csk(sk)->icsk_accept_queue.rskq_accept_head)
/Linux-v6.1/net/ipv4/
Dinet_connection_sock.c1257 if (queue->rskq_accept_head == NULL) in inet_csk_reqsk_queue_add()
1258 WRITE_ONCE(queue->rskq_accept_head, req); in inet_csk_reqsk_queue_add()
/Linux-v6.1/drivers/xen/
Dpvcalls-back.c787 data = READ_ONCE(queue->rskq_accept_head) != NULL; in pvcalls_back_poll()
/Linux-v6.1/net/mptcp/
Dsubflow.c1717 for (req = queue->rskq_accept_head; req; req = req->dl_next) { in mptcp_subflow_queue_clean()