rskq_rst_head 147 include/net/request_sock.h struct request_sock *rskq_rst_head; /* Keep track of past TFO */ rskq_rst_head 39 net/core/request_sock.c queue->fastopenq.rskq_rst_head = NULL; rskq_rst_head 122 net/core/request_sock.c if (fastopenq->rskq_rst_head == NULL) rskq_rst_head 123 net/core/request_sock.c fastopenq->rskq_rst_head = req; rskq_rst_head 1023 net/ipv4/inet_connection_sock.c if (queue->fastopenq.rskq_rst_head) { rskq_rst_head 1026 net/ipv4/inet_connection_sock.c req = queue->fastopenq.rskq_rst_head; rskq_rst_head 1027 net/ipv4/inet_connection_sock.c queue->fastopenq.rskq_rst_head = NULL; rskq_rst_head 310 net/ipv4/tcp_fastopen.c req1 = fastopenq->rskq_rst_head; rskq_rst_head 317 net/ipv4/tcp_fastopen.c fastopenq->rskq_rst_head = req1->dl_next;