Searched refs:max_qlen (Results 1 – 16 of 16) sorted by relevance
/linux/include/crypto/internal/ |
A D | aead.h | 112 unsigned int max_qlen) in aead_init_queue() argument 114 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()
|
/linux/include/crypto/ |
A D | algapi.h | 91 unsigned int max_qlen; member 133 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
|
/linux/crypto/ |
A D | algapi.c | 890 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue() argument 895 queue->max_qlen = max_qlen; in crypto_init_queue() 904 if (unlikely(queue->qlen >= queue->max_qlen)) { in crypto_enqueue_request()
|
/linux/net/ipv4/ |
A D | tcp_fastopen.c | 310 if (fastopenq->max_qlen == 0) in tcp_fastopen_queue_check() 313 if (fastopenq->qlen >= fastopenq->max_qlen) { in tcp_fastopen_queue_check()
|
A D | af_inet.c | 222 !inet_csk(sk)->icsk_accept_queue.fastopenq.max_qlen) { in inet_listen()
|
A D | tcp_ipv4.c | 2662 fastopenq->max_qlen : in get_tcp4_sock()
|
A D | tcp.c | 4096 val = icsk->icsk_accept_queue.fastopenq.max_qlen; in do_tcp_getsockopt()
|
/linux/include/net/ |
A D | request_sock.h | 161 int max_qlen; /* != 0 iff TFO is currently enabled */ member
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | bpf_iter_tcp4.c | 140 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp_sock()
|
A D | bpf_iter_tcp6.c | 144 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp6_sock()
|
/linux/drivers/crypto/ |
A 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()
|
A D | omap-sham.c | 2011 return sprintf(buf, "%d\n", dd->queue.max_qlen); in queue_len_show() 2034 dd->queue.max_qlen = value; in queue_len_store()
|
A D | hifn_795x.c | 1824 dev->success, dev->queue.qlen, dev->queue.max_qlen, in hifn_work()
|
/linux/include/linux/ |
A D | tcp.h | 476 queue->fastopenq.max_qlen = min_t(unsigned int, backlog, somaxconn); in fastopen_queue_tune()
|
/linux/net/ipv6/ |
A D | tcp_ipv6.c | 2079 fastopenq->max_qlen : in get_tcp6_sock()
|
/linux/Documentation/networking/ |
A 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
|
Completed in 48 milliseconds