Home
last modified time | relevance | path

Searched refs:tcp_inherit_port (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/
Dnetsyms.c372 EXPORT_SYMBOL(tcp_inherit_port);
/linux-2.4.37.9/include/net/
Dtcp.h663 extern void tcp_inherit_port(struct sock *sk, struct sock *child);
/linux-2.4.37.9/net/ipv4/
Dtcp_ipv4.c166 inline void tcp_inherit_port(struct sock *sk, struct sock *child) in tcp_inherit_port() function
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c1400 tcp_inherit_port(sk, newsk); in tcp_v6_syn_recv_sock()