Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dminisocks.c88 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child()
/openbmc/linux/include/net/
H A Dinet_connection_sock.h158 struct sock *inet_csk_clone_lock(const struct sock *sk,
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c1160 struct sock *inet_csk_clone_lock(const struct sock *sk, in inet_csk_clone_lock() function
1200 EXPORT_SYMBOL_GPL(inet_csk_clone_lock);
H A Dtcp_minisocks.c486 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child()