Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c85 fastopenq->rskq_rst_tail->dl_next = req; in reqsk_fastopen_remove()
87 req->dl_next = NULL; in reqsk_fastopen_remove()
417 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
H A Dinet_connection_sock.c1405 req->dl_next = NULL; in inet_csk_reqsk_queue_add()
1409 queue->rskq_accept_tail->dl_next = req; in inet_csk_reqsk_queue_add()
1532 next = req->dl_next; in inet_csk_listen_stop()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c261 asd_ha->seq.dl_next = 0; in asd_init_dl()
717 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler()
743 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler()
744 if (!seq->dl_next) in asd_dl_tasklet_handler()
H A Daic94xx_hwi.h159 int dl_next; member
/linux/net/mptcp/
H A Dsubflow.c1924 for (req = head; req; req = req->dl_next) { in mptcp_subflow_queue_clean()