Home
last modified time | relevance | path

Searched refs:inet_csk_complete_hashdance (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/dccp/
Dminisocks.c198 child = inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
/Linux-v6.6/include/net/
Dinet_connection_sock.h268 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child,
/Linux-v6.6/net/ipv4/
Dinet_connection_sock.c1320 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child, in inet_csk_complete_hashdance() function
1364 EXPORT_SYMBOL(inet_csk_complete_hashdance);
Dtcp_minisocks.c821 return inet_csk_complete_hashdance(sk, child, req, own_req); in tcp_check_req()