Home
last modified time | relevance | path

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

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