Home
last modified time | relevance | path

Searched refs:rskq_rst_head (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/core/
Drequest_sock.c43 queue->fastopenq.rskq_rst_head = NULL; in reqsk_queue_alloc()
126 if (fastopenq->rskq_rst_head == NULL) in reqsk_fastopen_remove()
127 fastopenq->rskq_rst_head = req; in reqsk_fastopen_remove()
/Linux-v4.19/include/net/
Drequest_sock.h145 struct request_sock *rskq_rst_head; /* Keep track of past TFO */ member
/Linux-v4.19/net/ipv4/
Dtcp_fastopen.c297 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
304 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
Dinet_connection_sock.c1001 if (queue->fastopenq.rskq_rst_head) { in inet_csk_listen_stop()
1004 req = queue->fastopenq.rskq_rst_head; in inet_csk_listen_stop()
1005 queue->fastopenq.rskq_rst_head = NULL; in inet_csk_listen_stop()