Home
last modified time | relevance | path

Searched refs:max_qlen_log (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/core/
Drequest_sock.c56 for (lopt->max_qlen_log = 3; in reqsk_queue_alloc()
57 (1 << lopt->max_qlen_log) < nr_table_entries; in reqsk_queue_alloc()
58 lopt->max_qlen_log++); in reqsk_queue_alloc()
/linux-3.4.99/include/net/
Drequest_sock.h98 u8 max_qlen_log; member
239 return queue->listen_opt->qlen >> queue->listen_opt->max_qlen_log; in reqsk_queue_is_full()
/linux-3.4.99/net/ipv4/
Dinet_connection_sock.c532 if (lopt->qlen>>(lopt->max_qlen_log-1)) { in inet_csk_reqsk_queue_prune()