Home
last modified time | relevance | path

Searched refs:fastopenq (Results 1 – 11 of 11) sorted by relevance

/linux/net/ipv4/
H A Dtcp_fastopen.c55 struct fastopen_queue *fastopenq; in reqsk_fastopen_remove() local
57 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 …]
H A Dinet_connection_sock.c685 spin_lock_bh(&queue->fastopenq.lock); in inet_csk_accept()
696 spin_unlock_bh(&queue->fastopenq.lock); in inet_csk_accept()
1312 queue->fastopenq.rskq_rst_head = NULL; in reqsk_queue_alloc()
1313 queue->fastopenq.rskq_rst_tail = NULL; in reqsk_queue_alloc()
1314 queue->fastopenq.qlen = 0; in reqsk_queue_alloc()
1512 if (queue->fastopenq.rskq_rst_head) { in inet_csk_listen_stop()
1514 spin_lock_bh(&queue->fastopenq.lock); in inet_csk_listen_stop()
1515 req = queue->fastopenq.rskq_rst_head; in inet_csk_listen_stop()
1516 queue->fastopenq.rskq_rst_head = NULL; in inet_csk_listen_stop()
1517 spin_unlock_bh(&queue->fastopenq.lock); in inet_csk_listen_stop()
H A Dtcp_ipv4.c2772 const struct fastopen_queue *fastopenq = &icsk->icsk_accept_queue.fastopenq; local
2825 fastopenq->max_qlen :
H A Daf_inet.c220 !inet_csk(sk)->icsk_accept_queue.fastopenq.max_qlen) { in __inet_listen_sk()
H A Dtcp.c4682 val = READ_ONCE(icsk->icsk_accept_queue.fastopenq.max_qlen); in do_tcp_getsockopt()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c78 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()
H A Dbpf_iter_tcp6.c78 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()
/linux/include/net/
H A Dinet_connection_sock.h356 spin_lock_init(&icsk->icsk_accept_queue.fastopenq.lock); in inet_init_csk_locks()
H A Dtcp.h2172 ctx = rcu_dereference(inet_csk(sk)->icsk_accept_queue.fastopenq.ctx); in tcp_fastopen_get_ctx()
/linux/net/ipv6/
H A Dtcp_ipv6.c2115 const struct fastopen_queue *fastopenq = &icsk->icsk_accept_queue.fastopenq; local
2175 fastopenq->max_qlen :
/linux/Documentation/networking/
H A Dsnmp_counter.rst946 fastopenq->max_qlen, the TCP stack will reject the fast open request
949 TcpExtTCPFastOpenPassiveFail. The fastopenq->max_qlen is set by the