Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c829 int tcp_child_process(struct sock *parent, struct sock *child, in tcp_child_process() function
857 EXPORT_SYMBOL(tcp_child_process);
H A Dtcp_ipv4.c1702 if (tcp_child_process(sk, nsk, skb)) { in tcp_v4_do_rcv()
2033 } else if (tcp_child_process(sk, nsk, skb)) { in tcp_v4_rcv()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c1518 if (tcp_child_process(sk, nsk, skb)) in tcp_v6_do_rcv()
1695 } else if (tcp_child_process(sk, nsk, skb)) { in tcp_v6_rcv()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h386 int tcp_child_process(struct sock *parent, struct sock *child,