Home
last modified time | relevance | path

Searched refs:max_qlen (Results 1 – 8 of 8) sorted by relevance

/linux/include/crypto/internal/
H A Daead.h134 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 Dtcp_fastopen.c390 int max_qlen; in tcp_fastopen_queue_check() local
403 max_qlen = READ_ONCE(fastopenq->max_qlen); in tcp_fastopen_queue_check()
404 if (max_qlen == 0) in tcp_fastopen_queue_check()
407 if (fastopenq->qlen >= max_qlen) { in tcp_fastopen_queue_check()
H A Dtcp_ipv4.c2825 fastopenq->max_qlen :
/linux/include/crypto/
H A Dalgapi.h107 unsigned int max_qlen; member
172 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c140 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp_sock()
H A Dbpf_iter_tcp6.c144 state == TCP_LISTEN ? fastopenq->max_qlen in dump_tcp6_sock()
/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c360 return min_t(u16, 1024, BIT(le16_to_cpu(pdsv->vdpa_aux->ident.max_qlen))); in pds_vdpa_get_vq_num_max()
/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