Home
last modified time | relevance | path

Searched refs:rskq_rst_head (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Drequest_sock.c36 queue->fastopenq.rskq_rst_head = NULL; in reqsk_queue_alloc()
119 if (fastopenq->rskq_rst_head == NULL) in reqsk_fastopen_remove()
120 fastopenq->rskq_rst_head = req; in reqsk_fastopen_remove()
/kernel/linux/linux-6.6/net/core/
H A Drequest_sock.c36 queue->fastopenq.rskq_rst_head = NULL; in reqsk_queue_alloc()
119 if (fastopenq->rskq_rst_head == NULL) in reqsk_fastopen_remove()
120 fastopenq->rskq_rst_head = req; in reqsk_fastopen_remove()
/kernel/linux/linux-5.10/include/net/
H A Drequest_sock.h154 struct request_sock *rskq_rst_head; /* Keep track of past TFO */ member
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_fastopen.c335 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
342 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
H A Dinet_connection_sock.c1085 if (queue->fastopenq.rskq_rst_head) { in inet_csk_listen_stop()
1086 /* Free all the reqs queued in rskq_rst_head. */ in inet_csk_listen_stop()
1088 req = queue->fastopenq.rskq_rst_head; in inet_csk_listen_stop()
1089 queue->fastopenq.rskq_rst_head = NULL; in inet_csk_listen_stop()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c319 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
326 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
H A Dinet_connection_sock.c1430 if (queue->fastopenq.rskq_rst_head) { in inet_csk_listen_stop()
1431 /* Free all the reqs queued in rskq_rst_head. */ in inet_csk_listen_stop()
1433 req = queue->fastopenq.rskq_rst_head; in inet_csk_listen_stop()
1434 queue->fastopenq.rskq_rst_head = NULL; in inet_csk_listen_stop()
/kernel/linux/linux-6.6/include/net/
H A Drequest_sock.h156 struct request_sock *rskq_rst_head; /* Keep track of past TFO */ member

Completed in 7 milliseconds