Home
last modified time | relevance | path

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

/linux/include/net/
A Drequest_sock.h181 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()
/linux/net/core/
A Drequest_sock.c43 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_cm.h89 #define ACCEPT_QUEUE(sk) (&inet_csk(sk)->icsk_accept_queue.rskq_accept_head)
/linux/net/ipv4/
A Dinet_connection_sock.c1107 if (queue->rskq_accept_head == NULL) in inet_csk_reqsk_queue_add()
1108 WRITE_ONCE(queue->rskq_accept_head, req); in inet_csk_reqsk_queue_add()
/linux/drivers/xen/
A Dpvcalls-back.c787 data = READ_ONCE(queue->rskq_accept_head) != NULL; in pvcalls_back_poll()

Completed in 11 milliseconds