Searched refs:inet_csk_complete_hashdance (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/dccp/ |
D | minisocks.c | 199 child = inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
|
/Linux-v4.19/include/net/ |
D | inet_connection_sock.h | 272 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child,
|
/Linux-v4.19/net/ipv4/ |
D | inet_connection_sock.c | 951 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child, in inet_csk_complete_hashdance() function 965 EXPORT_SYMBOL(inet_csk_complete_hashdance);
|
D | tcp_minisocks.c | 794 return inet_csk_complete_hashdance(sk, child, req, own_req); in tcp_check_req()
|