Searched refs:max_qlen (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.6/include/crypto/internal/ |
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-v6.6/net/ipv4/ |
D | tcp_fastopen.c | 299 int max_qlen; in tcp_fastopen_queue_check() local 312 max_qlen = READ_ONCE(fastopenq->max_qlen); in tcp_fastopen_queue_check() 313 if (max_qlen == 0) in tcp_fastopen_queue_check() 316 if (fastopenq->qlen >= max_qlen) { in tcp_fastopen_queue_check()
|
D | af_inet.c | 212 !inet_csk(sk)->icsk_accept_queue.fastopenq.max_qlen) { in __inet_listen_sk()
|
D | tcp_ipv4.c | 2712 fastopenq->max_qlen : in get_tcp4_sock()
|
D | tcp.c | 4124 val = READ_ONCE(icsk->icsk_accept_queue.fastopenq.max_qlen); in do_tcp_getsockopt()
|
/Linux-v6.6/include/crypto/ |
D | algapi.h | 121 unsigned int max_qlen; member 171 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
|
/Linux-v6.6/crypto/ |
D | algapi.c | 941 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue() argument 946 queue->max_qlen = max_qlen; in crypto_init_queue() 955 if (unlikely(queue->qlen >= queue->max_qlen)) { in crypto_enqueue_request() 976 if (unlikely(queue->qlen >= queue->max_qlen)) in crypto_enqueue_request_head()
|
/Linux-v6.6/include/net/ |
D | request_sock.h | 163 int max_qlen; /* != 0 iff TFO is currently enabled */ member
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_tcp4.c | 140 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp_sock()
|
D | bpf_iter_tcp6.c | 144 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp6_sock()
|
/Linux-v6.6/drivers/crypto/ |
D | omap-aes.c | 1051 return sprintf(buf, "%d\n", dd->engine->queue.max_qlen); in queue_len_show() 1078 dd->engine->queue.max_qlen = value; in queue_len_store() 1079 dd->aead_queue.base.max_qlen = value; in queue_len_store()
|
D | omap-sham.c | 2018 return sprintf(buf, "%d\n", dd->queue.max_qlen); in queue_len_show() 2041 dd->queue.max_qlen = value; in queue_len_store()
|
D | hifn_795x.c | 1824 dev->success, dev->queue.qlen, dev->queue.max_qlen, in hifn_work()
|
/Linux-v6.6/include/linux/ |
D | tcp.h | 518 WRITE_ONCE(queue->fastopenq.max_qlen, min_t(unsigned int, backlog, somaxconn)); in fastopen_queue_tune()
|
/Linux-v6.6/include/linux/pds/ |
D | pds_adminq.h | 662 __le16 max_qlen; member
|
/Linux-v6.6/drivers/vdpa/pds/ |
D | vdpa_dev.c | 361 return min_t(u16, 1024, BIT(le16_to_cpu(pdsv->vdpa_aux->ident.max_qlen))); in pds_vdpa_get_vq_num_max()
|
/Linux-v6.6/net/ipv6/ |
D | tcp_ipv6.c | 2059 fastopenq->max_qlen : in get_tcp6_sock()
|
/Linux-v6.6/Documentation/networking/ |
D | snmp_counter.rst | 950 fastopenq->max_qlen, the TCP stack will reject the fast open request 953 TcpExtTCPFastOpenPassiveFail. The fastopenq->max_qlen is set by the
|