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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_minisocks.c377 struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req, struct sk_buff *skb) function
734 EXPORT_SYMBOL(tcp_create_openreq_child); variable
H A Dtcp_ipv4.c1439 newsk = tcp_create_openreq_child(sk, req, skb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dtcp.h395 extern struct sock * tcp_create_openreq_child(struct sock *sk,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c1369 * here, tcp_create_openreq_child now does this for us, see the comment in
1425 newsk = tcp_create_openreq_child(sk, req, skb);
1431 * count here, tcp_create_openreq_child now does this for us, see the

Completed in 98 milliseconds