Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Drequest_sock.h172 struct request_sock *rskq_accept_head; member
186 return queue->rskq_accept_head == NULL; in reqsk_queue_empty()
195 req = queue->rskq_accept_head; in reqsk_queue_remove()
198 queue->rskq_accept_head = req->dl_next; in reqsk_queue_remove()
199 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()
/Linux-v4.19/net/core/
Drequest_sock.c47 queue->rskq_accept_head = NULL; in reqsk_queue_alloc()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.h94 #define ACCEPT_QUEUE(sk) (&inet_csk(sk)->icsk_accept_queue.rskq_accept_head)
/Linux-v4.19/net/ipv4/
Dinet_connection_sock.c939 if (queue->rskq_accept_head == NULL) in inet_csk_reqsk_queue_add()
940 queue->rskq_accept_head = req; in inet_csk_reqsk_queue_add()
/Linux-v4.19/drivers/xen/
Dpvcalls-back.c788 data = queue->rskq_accept_head != NULL; in pvcalls_back_poll()