Home
last modified time | relevance | path

Searched refs:tcp_listen_opt (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp.c532 struct tcp_listen_opt *lopt; in tcp_listen_start()
540 lopt = kmalloc(sizeof(struct tcp_listen_opt), GFP_KERNEL); in tcp_listen_start()
544 memset(lopt, 0, sizeof(struct tcp_listen_opt)); in tcp_listen_start()
585 struct tcp_listen_opt *lopt = tp->listen_opt; 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()
2183 struct tcp_listen_opt *lopt; in tcp_get_info()
/linux-2.4.37.9/include/net/
Dtcp.h1712 struct tcp_listen_opt struct
1725 struct tcp_listen_opt *lopt = sk->tp_pinfo.af_tcp.listen_opt; in tcp_synq_removed() argument
1735 struct tcp_listen_opt *lopt = sk->tp_pinfo.af_tcp.listen_opt; in tcp_synq_added()
Dsock.h426 struct tcp_listen_opt *listen_opt;
/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()
2025 struct tcp_listen_opt *lopt; in tcp6_get_info()