Home
last modified time | relevance | path

Searched refs:listen_opt (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/net/
Dtcp.h1725 struct tcp_listen_opt *lopt = sk->tp_pinfo.af_tcp.listen_opt; in tcp_synq_removed()
1735 struct tcp_listen_opt *lopt = sk->tp_pinfo.af_tcp.listen_opt; in tcp_synq_added()
1744 return sk->tp_pinfo.af_tcp.listen_opt->qlen; in tcp_synq_len()
1749 return sk->tp_pinfo.af_tcp.listen_opt->qlen_young; in tcp_synq_young()
1754 return tcp_synq_len(sk)>>sk->tp_pinfo.af_tcp.listen_opt->max_qlen_log; in tcp_synq_is_full()
Dsock.h426 struct tcp_listen_opt *listen_opt; member
/linux-2.4.37.9/net/ipv4/
Dtcp.c551 tp->listen_opt = lopt; in tcp_listen_start()
571 tp->listen_opt = NULL; in tcp_listen_start()
585 struct tcp_listen_opt *lopt = tp->listen_opt; in tcp_listen_stop()
594 tp->listen_opt =NULL; in tcp_listen_stop()
Dtcp_timer.c469 struct tcp_listen_opt *lopt = tp->listen_opt; in tcp_synack_timer()
Dtcp_ipv4.c884 struct tcp_listen_opt *lopt = tp->listen_opt; in tcp_v4_search_req()
906 struct tcp_listen_opt *lopt = tp->listen_opt; in tcp_v4_synq_add()
2207 lopt = tp->listen_opt; in tcp_get_info()
Dtcp_minisocks.c740 newtp->listen_opt = NULL; in tcp_create_openreq_child()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c401 struct tcp_listen_opt *lopt = tp->listen_opt; in tcp_v6_search_req()
1152 struct tcp_listen_opt *lopt = tp->listen_opt; in tcp_v6_synq_add()
2047 lopt = tp->listen_opt; in tcp6_get_info()