Searched refs:fastopenq (Results 1 – 9 of 9) sorted by relevance
55 struct fastopen_queue *fastopenq; in reqsk_fastopen_remove() local57 fastopenq = &inet_csk(lsk)->icsk_accept_queue.fastopenq; in reqsk_fastopen_remove()60 spin_lock_bh(&fastopenq->lock); in reqsk_fastopen_remove()61 fastopenq->qlen--; in reqsk_fastopen_remove()70 spin_unlock_bh(&fastopenq->lock); in reqsk_fastopen_remove()82 if (fastopenq->rskq_rst_head == NULL) in reqsk_fastopen_remove()83 fastopenq->rskq_rst_head = req; in reqsk_fastopen_remove()85 fastopenq->rskq_rst_tail->dl_next = req; in reqsk_fastopen_remove()88 fastopenq->rskq_rst_tail = req; in reqsk_fastopen_remove()89 fastopenq->qlen++; in reqsk_fastopen_remove()[all …]
685 spin_lock_bh(&queue->fastopenq.lock); in inet_csk_accept()696 spin_unlock_bh(&queue->fastopenq.lock); in inet_csk_accept()947 struct fastopen_queue *fastopenq; in inet_reqsk_clone() local953 fastopenq = &inet_csk(sk)->icsk_accept_queue.fastopenq; in inet_reqsk_clone()954 spin_lock_bh(&fastopenq->lock); in inet_reqsk_clone()955 fastopenq->qlen++; in inet_reqsk_clone()956 spin_unlock_bh(&fastopenq->lock); in inet_reqsk_clone()1326 queue->fastopenq.rskq_rst_head = NULL; in reqsk_queue_alloc()1327 queue->fastopenq.rskq_rst_tail = NULL; in reqsk_queue_alloc()1328 queue->fastopenq.qlen = 0; in reqsk_queue_alloc()[all …]
2777 const struct fastopen_queue *fastopenq = &icsk->icsk_accept_queue.fastopenq; local 2830 fastopenq->max_qlen :
78 const struct fastopen_queue *fastopenq; in dump_tcp_sock() local 91 fastopenq = &icsk->icsk_accept_queue.fastopenq; in dump_tcp_sock() 140 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp_sock()
78 const struct fastopen_queue *fastopenq; in dump_tcp6_sock() local 91 fastopenq = &icsk->icsk_accept_queue.fastopenq; in dump_tcp6_sock() 144 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp6_sock()
356 spin_lock_init(&icsk->icsk_accept_queue.fastopenq.lock); in inet_init_csk_locks()
605 WRITE_ONCE(queue->fastopenq.max_qlen, min_t(unsigned int, backlog, somaxconn)); in fastopen_queue_tune()
2135 const struct fastopen_queue *fastopenq = &icsk->icsk_accept_queue.fastopenq; local 2195 fastopenq->max_qlen :
946 fastopenq->max_qlen, the TCP stack will reject the fast open request949 TcpExtTCPFastOpenPassiveFail. The fastopenq->max_qlen is set by the