Searched refs:fastopenq (Results 1 – 7 of 7) sorted by relevance
36 queue->fastopenq.rskq_rst_head = NULL; in reqsk_queue_alloc()38 queue->fastopenq.qlen = 0; in reqsk_queue_alloc()92 struct fastopen_queue *fastopenq; in reqsk_fastopen_remove() local94 fastopenq = &inet_csk(lsk)->icsk_accept_queue.fastopenq; in reqsk_fastopen_remove()97 spin_lock_bh(&fastopenq->lock); in reqsk_fastopen_remove()98 fastopenq->qlen--; in reqsk_fastopen_remove()107 spin_unlock_bh(&fastopenq->lock); in reqsk_fastopen_remove()120 fastopenq->rskq_rst_head = req; in reqsk_fastopen_remove()125 fastopenq->rskq_rst_tail = req; in reqsk_fastopen_remove()126 fastopenq->qlen++; in reqsk_fastopen_remove()[all …]
254 spin_lock(&queue->fastopenq.lock); in tcp_fastopen_create_child()255 queue->fastopenq.qlen++; in tcp_fastopen_create_child()256 spin_unlock(&queue->fastopenq.lock); in tcp_fastopen_create_child()302 struct fastopen_queue *fastopenq; in tcp_fastopen_queue_check() local315 fastopenq = &inet_csk(sk)->icsk_accept_queue.fastopenq; in tcp_fastopen_queue_check()320 if (fastopenq->qlen >= max_qlen) { in tcp_fastopen_queue_check()322 spin_lock(&fastopenq->lock); in tcp_fastopen_queue_check()323 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()327 spin_unlock(&fastopenq->lock); in tcp_fastopen_queue_check()331 fastopenq->qlen--; in tcp_fastopen_queue_check()[all …]
695 spin_lock_bh(&queue->fastopenq.lock); in inet_csk_accept()706 spin_unlock_bh(&queue->fastopenq.lock); in inet_csk_accept()1520 if (queue->fastopenq.rskq_rst_head) { in inet_csk_listen_stop()1522 spin_lock_bh(&queue->fastopenq.lock); in inet_csk_listen_stop()1523 req = queue->fastopenq.rskq_rst_head; in inet_csk_listen_stop()1524 queue->fastopenq.rskq_rst_head = NULL; in inet_csk_listen_stop()1525 spin_unlock_bh(&queue->fastopenq.lock); in inet_csk_listen_stop()
2918 const struct fastopen_queue *fastopenq = &icsk->icsk_accept_queue.fastopenq; local2971 fastopenq->max_qlen :
213 !inet_csk(sk)->icsk_accept_queue.fastopenq.max_qlen) { in __inet_listen_sk()
4573 val = READ_ONCE(icsk->icsk_accept_queue.fastopenq.max_qlen); in do_tcp_getsockopt()
2183 const struct fastopen_queue *fastopenq = &icsk->icsk_accept_queue.fastopenq; local2243 fastopenq->max_qlen :
Completed in 40 milliseconds