Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Drequest_sock.h54 struct request_sock *dl_next; member
226 queue->rskq_accept_tail->dl_next = req; in reqsk_queue_add()
229 req->dl_next = NULL; in reqsk_queue_add()
238 queue->rskq_accept_head = req->dl_next; in reqsk_queue_remove()
/linux-4.1.27/net/core/
Drequest_sock.c105 lopt->syn_table[i] = req->dl_next; in reqsk_queue_destroy()
205 fastopenq->rskq_rst_tail->dl_next = req; in reqsk_fastopen_remove()
207 req->dl_next = NULL; in reqsk_fastopen_remove()
/linux-4.1.27/net/ipv4/
Dinet_connection_sock.c499 for (req = lopt->syn_table[hash]; req != NULL; req = req->dl_next) { in inet_csk_search_req()
579 prev = &(*prev)->dl_next) { in reqsk_queue_unlink()
581 *prev = req->dl_next; in reqsk_queue_unlink()
691 req->dl_next = lopt->syn_table[hash]; in reqsk_queue_hash_req()
847 acc_req = req->dl_next; in inet_csk_listen_stop()
888 acc_req = req->dl_next; in inet_csk_listen_stop()
Dtcp_fastopen.c252 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
Dtcp_ipv4.c1846 req = req->dl_next; in listening_get_next()
1853 req = req->dl_next; in listening_get_next()
Dinet_diag.c764 for (req = head; req; reqnum++, req = req->dl_next) { in inet_diag_dump_reqs()
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_hwi.c277 asd_ha->seq.dl_next = 0; in asd_init_dl()
737 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler()
763 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler()
764 if (!seq->dl_next) in asd_dl_tasklet_handler()
Daic94xx_hwi.h177 int dl_next; member
/linux-4.1.27/net/ipv6/
Dinet6_connection_sock.c130 for (req = lopt->syn_table[hash]; req != NULL; req = req->dl_next) { in inet6_csk_search_req()