Searched refs:rskq_accept_head (Results 1 – 2 of 2) sorted by relevance
178 struct request_sock *rskq_accept_head; member204 struct request_sock *req = queue->rskq_accept_head; in reqsk_queue_yank_acceptq()206 queue->rskq_accept_head = NULL; in reqsk_queue_yank_acceptq()212 return queue->rskq_accept_head == NULL; in reqsk_queue_empty()223 if (queue->rskq_accept_head == NULL) in reqsk_queue_add()224 queue->rskq_accept_head = req; in reqsk_queue_add()234 struct request_sock *req = queue->rskq_accept_head; in reqsk_queue_remove()238 queue->rskq_accept_head = req->dl_next; in reqsk_queue_remove()239 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()
62 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()