Searched refs:dl_next (Results 1 – 9 of 9) sorted by relevance
54 struct request_sock *dl_next; member226 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()
105 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()
499 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()
252 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
1846 req = req->dl_next; in listening_get_next()1853 req = req->dl_next; in listening_get_next()
764 for (req = head; req; reqnum++, req = req->dl_next) { in inet_diag_dump_reqs()
277 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()
177 int dl_next; member
130 for (req = lopt->syn_table[hash]; req != NULL; req = req->dl_next) { in inet6_csk_search_req()