Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Drequest_sock.h178 struct request_sock *rskq_accept_head; member
204 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()
/linux-4.1.27/net/core/
Drequest_sock.c62 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()