Searched refs:tcp_create_openreq_child (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_minisocks.c379 struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req, struct sk_buff *skb) function
512 EXPORT_SYMBOL(tcp_create_openreq_child); variable
H A Dtcp_ipv4.c1425 newsk = tcp_create_openreq_child(sk, req, skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h409 extern struct sock * tcp_create_openreq_child(struct sock *sk,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c1363 * here, tcp_create_openreq_child now does this for us, see the comment in
1407 newsk = tcp_create_openreq_child(sk, req, skb);
1413 * count here, tcp_create_openreq_child now does this for us, see the

Completed in 63 milliseconds