Home
last modified time | relevance | path

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

/linux-3.4.99/net/dccp/ !
Dminisocks.c103 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child()
/linux-3.4.99/include/net/ !
Dinet_connection_sock.h146 extern struct sock *inet_csk_clone_lock(const struct sock *sk,
/linux-3.4.99/net/ipv4/ !
Dinet_connection_sock.c602 struct sock *inet_csk_clone_lock(const struct sock *sk, in inet_csk_clone_lock() function
630 EXPORT_SYMBOL_GPL(inet_csk_clone_lock);
Dtcp_minisocks.c428 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child()