Home
last modified time | relevance | path

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

/linux-6.15/net/dccp/
H A Dminisocks.c192 child = inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
/linux-6.15/include/net/
H A Dinet_connection_sock.h272 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child,
/linux-6.15/net/ipv4/
H A Dinet_connection_sock.c1434 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child, in inet_csk_complete_hashdance() function
1478 EXPORT_SYMBOL(inet_csk_complete_hashdance);
H A Dtcp_minisocks.c889 return inet_csk_complete_hashdance(sk, child, req, own_req); in tcp_check_req()