Home
last modified time | relevance | path

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

/linux/include/net/
H A Drequest_sock.h197 struct request_sock *rskq_accept_head; member
211 return READ_ONCE(queue->rskq_accept_head) == NULL; in reqsk_queue_empty()
220 req = queue->rskq_accept_head; in reqsk_queue_remove()
223 WRITE_ONCE(queue->rskq_accept_head, req->dl_next); in reqsk_queue_remove()
224 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()
/linux/net/core/
H A Drequest_sock.c40 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()
/linux/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)
/linux/net/mptcp/
H A Dsubflow.c1897 head = queue->rskq_accept_head; in mptcp_subflow_queue_clean()
1899 queue->rskq_accept_head = NULL; in mptcp_subflow_queue_clean()
1950 WARN_ON_ONCE(queue->rskq_accept_head); in mptcp_subflow_queue_clean()
1951 queue->rskq_accept_head = head; in mptcp_subflow_queue_clean()
/linux/net/ipv4/
H A Dinet_connection_sock.c1416 if (queue->rskq_accept_head == NULL) in inet_csk_reqsk_queue_add()
1417 WRITE_ONCE(queue->rskq_accept_head, req); in inet_csk_reqsk_queue_add()
/linux/drivers/xen/
H A Dpvcalls-back.c796 data = READ_ONCE(queue->rskq_accept_head) != NULL; in pvcalls_back_poll()