/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | lsm_cgroup_nonvoid.c | 10 int BPF_PROG(nonvoid_socket_clone, struct sock *newsk, const struct request_sock *req) in BPF_PROG()
|
D | lsm_cgroup.c | 155 int BPF_PROG(socket_clone, struct sock *newsk, const struct request_sock *req) in BPF_PROG()
|
/Linux-v6.1/include/net/ |
D | bpf_sk_storage.h | 42 struct sock *newsk) in bpf_sk_storage_clone()
|
/Linux-v6.1/net/ipv4/ |
D | inet_connection_sock.c | 623 struct sock *newsk; in inet_csk_accept() local 780 struct sock *newsk, in inet_csk_route_child_sock() 1078 static void inet_clone_ulp(const struct request_sock *req, struct sock *newsk, in inet_clone_ulp() 1102 struct sock *newsk = sk_clone_lock(sk, priority); in inet_csk_clone_lock() local
|
D | tcp_minisocks.c | 474 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child() local
|
D | tcp_bpf.c | 635 void tcp_bpf_clone(const struct sock *sk, struct sock *newsk) in tcp_bpf_clone()
|
/Linux-v6.1/net/dccp/ |
D | minisocks.c | 88 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child() local
|
D | ipv6.c | 424 struct sock *newsk; in dccp_v6_request_recv_sock() local
|
D | ipv4.c | 416 struct sock *newsk; in dccp_v4_request_recv_sock() local
|
/Linux-v6.1/security/selinux/include/ |
D | netlabel.h | 116 struct sock *newsk) in selinux_netlbl_sctp_sk_clone()
|
/Linux-v6.1/net/llc/ |
D | llc_conn.c | 752 struct sock *newsk = llc_sk_alloc(sock_net(sk), sk->sk_family, GFP_ATOMIC, in llc_create_incoming_sock() local 793 struct sock *newsk = llc_create_incoming_sock(sk, skb->dev, in llc_conn_handler() local
|
D | af_llc.c | 696 struct sock *sk = sock->sk, *newsk; in llc_ui_accept() local
|
/Linux-v6.1/net/sctp/ |
D | ipv6.c | 490 static void sctp_v6_copy_ip_options(struct sock *sk, struct sock *newsk) in sctp_v6_copy_ip_options() 768 struct sock *newsk; in sctp_v6_create_accept_sk() local
|
D | protocol.c | 176 static void sctp_v4_copy_ip_options(struct sock *sk, struct sock *newsk) in sctp_v4_copy_ip_options() 578 struct sock *newsk = sk_alloc(sock_net(sk), PF_INET, GFP_KERNEL, in sctp_v4_create_accept_sk() local
|
D | associola.c | 1073 void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk) in sctp_assoc_migrate()
|
/Linux-v6.1/net/core/ |
D | bpf_sk_storage.c | 169 bpf_sk_storage_clone_elem(struct sock *newsk, in bpf_sk_storage_clone_elem() 189 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk) in bpf_sk_storage_clone()
|
/Linux-v6.1/security/selinux/ |
D | netlabel.c | 374 void selinux_netlbl_sctp_sk_clone(struct sock *sk, struct sock *newsk) in selinux_netlbl_sctp_sk_clone()
|
/Linux-v6.1/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 1072 static void inet_inherit_port(struct sock *lsk, struct sock *newsk) in inet_inherit_port() 1123 struct sock *newsk; in chtls_recv_sock() local 1300 struct sock *newsk; in chtls_pass_accept_request() local
|
/Linux-v6.1/include/linux/ |
D | security.h | 1450 struct sock *newsk) in security_unix_stream_connect() 1571 static inline void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() 1595 static inline void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone() 1662 struct sock *newsk) in security_sctp_sk_clone()
|
/Linux-v6.1/net/tipc/ |
D | topsrv.c | 457 struct sock *newsk; in tipc_topsrv_accept() local
|
/Linux-v6.1/net/phonet/ |
D | socket.c | 298 struct sock *newsk; in pn_socket_accept() local
|
/Linux-v6.1/security/ |
D | security.c | 2178 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) in security_unix_stream_connect() 2294 void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() 2326 void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone() 2408 struct sock *newsk) in security_sctp_sk_clone()
|
/Linux-v6.1/net/netrom/ |
D | af_netrom.c | 769 struct sock *newsk; in nr_accept() local
|
/Linux-v6.1/net/ax25/ |
D | af_ax25.c | 1380 struct sock *newsk; in ax25_accept() local
|
/Linux-v6.1/net/rose/ |
D | af_rose.c | 889 struct sock *newsk; in rose_accept() local
|