Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_ipv4.c1303 struct sock *tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb, in tcp_v4_syn_recv_sock() function
1396 EXPORT_SYMBOL(tcp_v4_syn_recv_sock);
1781 .syn_recv_sock = tcp_v4_syn_recv_sock,
/net/ipv6/
Dtcp_ipv6.c1092 newsk = tcp_v4_syn_recv_sock(sk, skb, req, dst); in tcp_v6_syn_recv_sock()