Searched refs:max_qlen (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.4/include/crypto/internal/ | 
| D | aead.h | 127 				   unsigned int max_qlen)  in aead_init_queue()  argument 129 	crypto_init_queue(&queue->base, max_qlen);  in aead_init_queue()
  | 
| /Linux-v5.4/include/crypto/ | 
| D | algapi.h | 80 	unsigned int max_qlen;  member 188 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
  | 
| /Linux-v5.4/include/net/ | 
| D | request_sock.h | 154 	int		max_qlen;	/* != 0 iff TFO is currently enabled */  member
  | 
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_fastopen.c | 304 	if (fastopenq->max_qlen == 0)  in tcp_fastopen_queue_check() 307 	if (fastopenq->qlen >= fastopenq->max_qlen) {  in tcp_fastopen_queue_check()
  | 
| D | af_inet.c | 225 		    !inet_csk(sk)->icsk_accept_queue.fastopenq.max_qlen) {  in inet_listen()
  | 
| D | tcp_ipv4.c | 2481 		    fastopenq->max_qlen :  in get_tcp4_sock()
  | 
| D | tcp.c | 3592 		val = icsk->icsk_accept_queue.fastopenq.max_qlen;  in do_tcp_getsockopt()
  | 
| /Linux-v5.4/crypto/ | 
| D | algapi.c | 885 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen)  in crypto_init_queue()  argument 890 	queue->max_qlen = max_qlen;  in crypto_init_queue() 899 	if (unlikely(queue->qlen >= queue->max_qlen)) {  in crypto_enqueue_request()
  | 
| /Linux-v5.4/include/linux/ | 
| D | tcp.h | 459 	queue->fastopenq.max_qlen = min_t(unsigned int, backlog, somaxconn);  in fastopen_queue_tune()
  | 
| /Linux-v5.4/drivers/crypto/ | 
| D | omap-aes.c | 1071 	return sprintf(buf, "%d\n", dd->engine->queue.max_qlen);  in queue_len_show() 1098 		dd->engine->queue.max_qlen = value;  in queue_len_store() 1099 		dd->aead_queue.base.max_qlen = value;  in queue_len_store()
  | 
| D | omap-sham.c | 2038 	return sprintf(buf, "%d\n", dd->queue.max_qlen);  in queue_len_show() 2063 	dd->queue.max_qlen = value;  in queue_len_store()
  | 
| D | hifn_795x.c | 1821 				 dev->success, dev->queue.qlen, dev->queue.max_qlen,  in hifn_work()
  | 
| /Linux-v5.4/net/ipv6/ | 
| D | tcp_ipv6.c | 1925 			fastopenq->max_qlen :  in get_tcp6_sock()
  | 
| /Linux-v5.4/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
  |