Searched refs:tcp_v4_syn_recv_sock (Results 1 – 3 of 3) sorted by relevance
1248 struct sock *tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb, in tcp_v4_syn_recv_sock() function1343 EXPORT_SYMBOL(tcp_v4_syn_recv_sock);1733 .syn_recv_sock = tcp_v4_syn_recv_sock,
458 struct sock *tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
1015 newsk = tcp_v4_syn_recv_sock(sk, skb, req, dst); in tcp_v6_syn_recv_sock()