Home
last modified time | relevance | path

Searched refs:qlen_young (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_timer.c497 int young = (lopt->qlen_young<<1); in tcp_synack_timer()
523 lopt->qlen_young--; in tcp_synack_timer()
537 lopt->qlen_young--; in tcp_synack_timer()
/linux-2.4.37.9/include/net/
Dtcp.h1716 int qlen_young; member
1730 lopt->qlen_young--; in tcp_synq_removed()
1739 lopt->qlen_young++; in tcp_synq_added()
1749 return sk->tp_pinfo.af_tcp.listen_opt->qlen_young; in tcp_synq_young()