Searched refs:inet_csk_complete_hashdance (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | minisocks.c | 197 child = inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | minisocks.c | 198 child = inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_connection_sock.h | 326 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_connection_sock.h | 268 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_connection_sock.c | 1035 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child, in inet_csk_complete_hashdance() function 1049 EXPORT_SYMBOL(inet_csk_complete_hashdance); variable
|
H A D | tcp_minisocks.c | 792 return inet_csk_complete_hashdance(sk, child, req, own_req); in tcp_check_req()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_connection_sock.c | 1324 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child, in inet_csk_complete_hashdance() function 1368 EXPORT_SYMBOL(inet_csk_complete_hashdance); variable
|
H A D | tcp_minisocks.c | 817 return inet_csk_complete_hashdance(sk, child, req, own_req); in tcp_check_req()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 2249 return inet_csk_complete_hashdance(sk, child, req, own_req); in tcp_nip_check_req()
|
Completed in 11 milliseconds