Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/
Dminisocks.c191 return inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
/linux-4.4.14/include/net/
Dinet_connection_sock.h278 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child,
/linux-4.4.14/net/ipv4/
Dinet_connection_sock.c817 struct sock *inet_csk_complete_hashdance(struct sock *sk, struct sock *child, in inet_csk_complete_hashdance() function
831 EXPORT_SYMBOL(inet_csk_complete_hashdance);
Dtcp_minisocks.c775 return inet_csk_complete_hashdance(sk, child, req, own_req); in tcp_check_req()