Home
last modified time | relevance | path

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

/linux-3.3/net/ipv4/
Dtcp_minisocks.c770 int tcp_child_process(struct sock *parent, struct sock *child, in tcp_child_process() function
794 EXPORT_SYMBOL(tcp_child_process);
Dtcp_ipv4.c1625 if (tcp_child_process(sk, nsk, skb)) { in tcp_v4_do_rcv()
/linux-3.3/include/net/
Dtcp.h389 extern int tcp_child_process(struct sock *parent, struct sock *child,
/linux-3.3/net/ipv6/
Dtcp_ipv6.c1637 if (tcp_child_process(sk, nsk, skb)) in tcp_v6_do_rcv()