Lines Matching refs:fastopenq
49 inet_csk(sk)->icsk_accept_queue.fastopenq.ctx, 1); in tcp_fastopen_destroy_cipher()
94 q = &inet_csk(sk)->icsk_accept_queue.fastopenq; in tcp_fastopen_reset_cipher()
119 ctx = rcu_dereference(icsk->icsk_accept_queue.fastopenq.ctx); in tcp_fastopen_get_cipher()
269 spin_lock(&queue->fastopenq.lock); in tcp_fastopen_create_child()
270 queue->fastopenq.qlen++; in tcp_fastopen_create_child()
271 spin_unlock(&queue->fastopenq.lock); in tcp_fastopen_create_child()
314 struct fastopen_queue *fastopenq; in tcp_fastopen_queue_check() local
326 fastopenq = &inet_csk(sk)->icsk_accept_queue.fastopenq; in tcp_fastopen_queue_check()
327 if (fastopenq->max_qlen == 0) in tcp_fastopen_queue_check()
330 if (fastopenq->qlen >= fastopenq->max_qlen) { in tcp_fastopen_queue_check()
332 spin_lock(&fastopenq->lock); in tcp_fastopen_queue_check()
333 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
337 spin_unlock(&fastopenq->lock); in tcp_fastopen_queue_check()
340 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
341 fastopenq->qlen--; in tcp_fastopen_queue_check()
342 spin_unlock(&fastopenq->lock); in tcp_fastopen_queue_check()