Home
last modified time | relevance | path

Searched refs:tcp_v4_syn_recv_sock (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/net/ipv4/
Dtcp_ipv4.c1431 struct sock *tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb, in tcp_v4_syn_recv_sock() function
1529 EXPORT_SYMBOL(tcp_v4_syn_recv_sock);
1846 .syn_recv_sock = tcp_v4_syn_recv_sock,
/linux-3.3/include/net/
Dtcp.h425 extern struct sock * tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
/linux-3.3/net/ipv6/
Dtcp_ipv6.c1365 newsk = tcp_v4_syn_recv_sock(sk, skb, req, dst); in tcp_v6_syn_recv_sock()