Searched refs:max_qlen (Results 1 – 14 of 14) sorted by relevance
/linux/include/crypto/internal/ |
H A D | aead.h | 134 unsigned int max_qlen) in aead_init_queue() argument 136 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()
|
/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 303 int max_qlen; in tcp_fastopen_queue_check() local 316 max_qlen = READ_ONCE(fastopenq->max_qlen); in tcp_fastopen_queue_check() 317 if (max_qlen == 0) in tcp_fastopen_queue_check() 320 if (fastopenq->qlen >= max_qlen) { in tcp_fastopen_queue_check()
|
H A D | af_inet.c | 213 !inet_csk(sk)->icsk_accept_queue.fastopenq.max_qlen) { in __inet_listen_sk()
|
H A D | tcp_ipv4.c | 2971 fastopenq->max_qlen :
|
H A D | tcp.c | 4573 val = READ_ONCE(icsk->icsk_accept_queue.fastopenq.max_qlen); in do_tcp_getsockopt()
|
/linux/include/crypto/ |
H A D | algapi.h | 107 unsigned int max_qlen; member 160 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
|
/linux/include/net/ |
H A D | request_sock.h | 173 int max_qlen; /* != 0 iff TFO is currently enabled */ member
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp4.c | 140 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp_sock()
|
H A D | bpf_iter_tcp6.c | 144 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp6_sock()
|
/linux/include/linux/ |
H A D | tcp.h | 574 WRITE_ONCE(queue->fastopenq.max_qlen, min_t(unsigned int, backlog, somaxconn)); in fastopen_queue_tune()
|
/linux/drivers/vdpa/pds/ |
H A D | vdpa_dev.c | 360 return min_t(u16, 1024, BIT(le16_to_cpu(pdsv->vdpa_aux->ident.max_qlen))); in pds_vdpa_get_vq_num_max()
|
/linux/drivers/crypto/ |
H A D | hifn_795x.c | 1807 dev->success, dev->queue.qlen, dev->queue.max_qlen, in hifn_work()
|
/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 946 fastopenq->max_qlen, the TCP stack will reject the fast open request 949 TcpExtTCPFastOpenPassiveFail. The fastopenq->max_qlen is set by the
|
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 2243 fastopenq->max_qlen :
|