Searched refs:rskq_accept_head (Results 1 – 1 of 1) sorted by relevance
126 struct request_sock *rskq_accept_head; member143 struct request_sock *req = queue->rskq_accept_head; in reqsk_queue_yank_acceptq()145 queue->rskq_accept_head = NULL; in reqsk_queue_yank_acceptq()151 return queue->rskq_accept_head == NULL; in reqsk_queue_empty()171 if (queue->rskq_accept_head == NULL) in reqsk_queue_add()172 queue->rskq_accept_head = req; in reqsk_queue_add()182 struct request_sock *req = queue->rskq_accept_head; in reqsk_queue_remove()186 queue->rskq_accept_head = req->dl_next; in reqsk_queue_remove()187 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()