Searched refs:rskq_rst_head (Results 1 – 4 of 4) sorted by relevance
202 if (fastopenq->rskq_rst_head == NULL) in reqsk_fastopen_remove()203 fastopenq->rskq_rst_head = req; in reqsk_fastopen_remove()
245 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()252 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
884 acc_req = queue->fastopenq->rskq_rst_head; in inet_csk_listen_stop()885 queue->fastopenq->rskq_rst_head = NULL; in inet_csk_listen_stop()
156 struct request_sock *rskq_rst_head; /* Keep track of past TFO */ member