Searched refs:tcp_v4_syn_recv_sock (Results 1 – 3 of 3) sorted by relevance
1431 struct sock *tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb, in tcp_v4_syn_recv_sock() function1529 EXPORT_SYMBOL(tcp_v4_syn_recv_sock);1846 .syn_recv_sock = tcp_v4_syn_recv_sock,
425 extern struct sock * tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
1365 newsk = tcp_v4_syn_recv_sock(sk, skb, req, dst); in tcp_v6_syn_recv_sock()