Lines Matching refs:fastopenq
49 inet_csk(sk)->icsk_accept_queue.fastopenq.ctx, 1); in tcp_fastopen_destroy_cipher()
88 q = &inet_csk(sk)->icsk_accept_queue.fastopenq; in tcp_fastopen_reset_cipher()
108 ctx = rcu_dereference(icsk->icsk_accept_queue.fastopenq.ctx); in tcp_fastopen_get_cipher()
258 spin_lock(&queue->fastopenq.lock); in tcp_fastopen_create_child()
259 queue->fastopenq.qlen++; in tcp_fastopen_create_child()
260 spin_unlock(&queue->fastopenq.lock); in tcp_fastopen_create_child()
303 struct fastopen_queue *fastopenq; in tcp_fastopen_queue_check() local
316 fastopenq = &inet_csk(sk)->icsk_accept_queue.fastopenq; in tcp_fastopen_queue_check()
317 max_qlen = READ_ONCE(fastopenq->max_qlen); in tcp_fastopen_queue_check()
321 if (fastopenq->qlen >= max_qlen) { in tcp_fastopen_queue_check()
323 spin_lock(&fastopenq->lock); in tcp_fastopen_queue_check()
324 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
328 spin_unlock(&fastopenq->lock); in tcp_fastopen_queue_check()
331 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
332 fastopenq->qlen--; in tcp_fastopen_queue_check()
333 spin_unlock(&fastopenq->lock); in tcp_fastopen_queue_check()