Searched refs:inet_csk_clone_lock (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | minisocks.c | 87 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | minisocks.c | 88 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_connection_sock.h | 170 struct sock *inet_csk_clone_lock(const struct sock *sk,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_connection_sock.h | 158 struct sock *inet_csk_clone_lock(const struct sock *sk,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_connection_sock.c | 845 * inet_csk_clone_lock - clone an inet socket, and lock its clone 852 struct sock *inet_csk_clone_lock(const struct sock *sk, in inet_csk_clone_lock() function 892 EXPORT_SYMBOL_GPL(inet_csk_clone_lock); variable
|
H A D | tcp_minisocks.c | 460 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_connection_sock.c | 1136 * inet_csk_clone_lock - clone an inet socket, and lock its clone 1143 struct sock *inet_csk_clone_lock(const struct sock *sk, in inet_csk_clone_lock() function 1183 EXPORT_SYMBOL_GPL(inet_csk_clone_lock); variable
|
H A D | tcp_minisocks.c | 486 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 995 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_nip_create_openreq_child()
|
Completed in 12 milliseconds