Lines Matching refs:fastopenq
49 inet_csk(sk)->icsk_accept_queue.fastopenq.ctx, 1); in tcp_fastopen_destroy_cipher()
98 q = &inet_csk(sk)->icsk_accept_queue.fastopenq; in tcp_fastopen_reset_cipher()
122 ctx = rcu_dereference(inet_csk(sk)->icsk_accept_queue.fastopenq.ctx); in __tcp_fastopen_cookie_gen()
233 spin_lock(&queue->fastopenq.lock); in tcp_fastopen_create_child()
234 queue->fastopenq.qlen++; in tcp_fastopen_create_child()
235 spin_unlock(&queue->fastopenq.lock); in tcp_fastopen_create_child()
278 struct fastopen_queue *fastopenq; in tcp_fastopen_queue_check() local
290 fastopenq = &inet_csk(sk)->icsk_accept_queue.fastopenq; in tcp_fastopen_queue_check()
291 if (fastopenq->max_qlen == 0) in tcp_fastopen_queue_check()
294 if (fastopenq->qlen >= fastopenq->max_qlen) { in tcp_fastopen_queue_check()
296 spin_lock(&fastopenq->lock); in tcp_fastopen_queue_check()
297 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
301 spin_unlock(&fastopenq->lock); in tcp_fastopen_queue_check()
304 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
305 fastopenq->qlen--; in tcp_fastopen_queue_check()
306 spin_unlock(&fastopenq->lock); in tcp_fastopen_queue_check()