Home
last modified time | relevance | path

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

/linux/net/core/
A Drequest_sock.c39 queue->fastopenq.rskq_rst_head = NULL; in reqsk_queue_alloc()
122 if (fastopenq->rskq_rst_head == NULL) in reqsk_fastopen_remove()
123 fastopenq->rskq_rst_head = req; in reqsk_fastopen_remove()
/linux/net/ipv4/
A Dtcp_fastopen.c316 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
323 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
A Dinet_connection_sock.c1225 if (queue->fastopenq.rskq_rst_head) { in inet_csk_listen_stop()
1228 req = queue->fastopenq.rskq_rst_head; in inet_csk_listen_stop()
1229 queue->fastopenq.rskq_rst_head = NULL; in inet_csk_listen_stop()
/linux/include/net/
A Drequest_sock.h154 struct request_sock *rskq_rst_head; /* Keep track of past TFO */ member

Completed in 8 milliseconds