Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Drequest_sock.c131 fastopenq->rskq_rst_tail->dl_next = req; in reqsk_fastopen_remove()
133 req->dl_next = NULL; in reqsk_fastopen_remove()
/linux-4.4.14/include/net/
Drequest_sock.h57 struct request_sock *dl_next; member
198 queue->rskq_accept_head = req->dl_next; in reqsk_queue_remove()
/linux-4.4.14/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.4.14/net/ipv4/
Dinet_connection_sock.c804 req->dl_next = NULL; in inet_csk_reqsk_queue_add()
808 queue->rskq_accept_tail->dl_next = req; in inet_csk_reqsk_queue_add()
873 next = req->dl_next; in inet_csk_listen_stop()
Dtcp_fastopen.c244 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()