Home
last modified time | relevance | path

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

/include/net/
Drequest_sock.h151 struct request_sock *rskq_accept_head; member
176 struct request_sock *req = queue->rskq_accept_head; in reqsk_queue_yank_acceptq()
178 queue->rskq_accept_head = NULL; in reqsk_queue_yank_acceptq()
184 return queue->rskq_accept_head == NULL; in reqsk_queue_empty()
204 if (queue->rskq_accept_head == NULL) in reqsk_queue_add()
205 queue->rskq_accept_head = req; in reqsk_queue_add()
215 struct request_sock *req = queue->rskq_accept_head; in reqsk_queue_remove()
219 queue->rskq_accept_head = req->dl_next; in reqsk_queue_remove()
220 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()