Searched refs:rskq_accept_head (Results 1 – 5 of 5) sorted by relevance
197 struct request_sock *rskq_accept_head; member211 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()
40 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()
89 #define ACCEPT_QUEUE(sk) (&inet_csk(sk)->icsk_accept_queue.rskq_accept_head)
1881 head = queue->rskq_accept_head; in mptcp_subflow_queue_clean()1883 queue->rskq_accept_head = NULL; in mptcp_subflow_queue_clean()1934 WARN_ON_ONCE(queue->rskq_accept_head); in mptcp_subflow_queue_clean()1935 queue->rskq_accept_head = head; in mptcp_subflow_queue_clean()
796 data = READ_ONCE(queue->rskq_accept_head) != NULL; in pvcalls_back_poll()