Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_timer.c496 if (lopt->qlen>>(lopt->max_qlen_log-1)) { in tcp_synack_timer()
Dtcp.c545 for (lopt->max_qlen_log = 6; ; lopt->max_qlen_log++) in tcp_listen_start()
546 if ((1<<lopt->max_qlen_log) >= sysctl_max_syn_backlog) in tcp_listen_start()
/linux-2.4.37.9/include/net/
Dtcp.h1714 u8 max_qlen_log; /* log_2 of maximal queued SYNs */ member
1754 return tcp_synq_len(sk)>>sk->tp_pinfo.af_tcp.listen_opt->max_qlen_log; in tcp_synq_is_full()