Searched refs:rskq_accept_head (Results 1 – 1 of 1) sorted by relevance
193 struct request_sock *rskq_accept_head; member207 return READ_ONCE(queue->rskq_accept_head) == NULL; in reqsk_queue_empty()216 req = queue->rskq_accept_head; in reqsk_queue_remove()219 WRITE_ONCE(queue->rskq_accept_head, req->dl_next); in reqsk_queue_remove()220 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()
Completed in 5 milliseconds