Searched refs:inet_csk_complete_hashdance (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/net/dccp/ |
A D | minisocks.c | 198 child = inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
|
/linux-6.3-rc2/include/net/ |
A D | inet_connection_sock.h | 267 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child,
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_connection_sock.c | 1317 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child, in inet_csk_complete_hashdance() function 1361 EXPORT_SYMBOL(inet_csk_complete_hashdance);
|
A D | tcp_minisocks.c | 820 return inet_csk_complete_hashdance(sk, child, req, own_req); in tcp_check_req()
|
Completed in 11 milliseconds