Searched refs:max_qlen (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/include/net/
H A Drequest_sock.h143 * max_qlen - max TFO reqs allowed before TFO is disabled.
163 int max_qlen; /* != 0 iff TFO is currently enabled */ member in struct:fastopen_queue
184 * max_qlen != 0 in fastopen_queue
H A Dtcp.h231 * TCP_FASTOPEN socket option. SOCKOPT1/2 determine how to set max_qlen.
/linux-4.1.27/net/ipv4/
H A Dtcp_fastopen.c233 * XXX (TFO) - The implication of checking the max_qlen before tcp_fastopen_queue_check()
239 if (!fastopenq || fastopenq->max_qlen == 0) tcp_fastopen_queue_check()
242 if (fastopenq->qlen >= fastopenq->max_qlen) { tcp_fastopen_queue_check()
H A Dtcp_ipv4.c2242 (fastopenq ? fastopenq->max_qlen : 0) : get_tcp4_sock()
H A Dtcp.c2820 val = icsk->icsk_accept_queue.fastopenq->max_qlen; do_tcp_getsockopt()
/linux-4.1.27/net/core/
H A Drequest_sock.c196 * counting the req against fastopen.max_qlen, and disabling reqsk_fastopen_remove()
197 * TFO when the qlen exceeds max_qlen. reqsk_fastopen_remove()
/linux-4.1.27/crypto/
H A Dalgapi.c851 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) crypto_init_queue() argument
856 queue->max_qlen = max_qlen; crypto_init_queue()
865 if (unlikely(queue->qlen >= queue->max_qlen)) { crypto_enqueue_request()
/linux-4.1.27/include/crypto/
H A Dalgapi.h73 unsigned int max_qlen; member in struct:crypto_queue
178 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
/linux-4.1.27/include/linux/
H A Dtcp.h394 queue->fastopenq->max_qlen = backlog; fastopen_init_queue()
/linux-4.1.27/net/ipv6/
H A Dtcp_ipv6.c1731 (fastopenq ? fastopenq->max_qlen : 0) : get_tcp6_sock()
/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c1929 dev->success, dev->queue.qlen, dev->queue.max_qlen, hifn_work()

Completed in 337 milliseconds