Searched refs:nsproxy (Results 101 - 110 of 110) sorted by last modified time

12345

/linux-master/ipc/
H A Dutil.c62 #include <linux/nsproxy.h>
909 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns);
/linux-master/include/linux/
H A Dipc_namespace.h9 #include <linux/nsproxy.h>
/linux-master/security/keys/
H A Dkeyring.c16 #include <linux/nsproxy.h>
223 index_key->domain_tag = current->nsproxy->net_ns->key_domain;
/linux-master/net/ceph/
H A Dceph_common.c13 #include <linux/nsproxy.h>
144 if (!net_eq(current->nsproxy->net_ns, read_pnet(&client->msgr.net)))
/linux-master/kernel/bpf/
H A Dnet_namespace.c312 net = current->nsproxy->net_ns;
401 ret = __netns_bpf_prog_detach(current->nsproxy->net_ns, type, prog);
/linux-master/security/apparmor/
H A Dpath.c14 #include <linux/nsproxy.h>
/linux-master/fs/ecryptfs/
H A Dmessaging.c12 #include <linux/nsproxy.h>
/linux-master/kernel/
H A Dutsname.c122 struct nsproxy *nsproxy; local
125 nsproxy = task->nsproxy;
126 if (nsproxy) {
127 ns = nsproxy->uts_ns;
142 struct nsproxy *nsproxy = nsset->nsproxy; local
150 put_uts_ns(nsproxy
[all...]
/linux-master/fs/lockd/
H A Dprocfs.c11 #include <linux/nsproxy.h>
25 struct lockd_net *ln = net_generic(current->nsproxy->net_ns,
52 struct lockd_net *ln = net_generic(current->nsproxy->net_ns,
/linux-master/fs/proc/
H A Dnamespaces.c3 #include <linux/nsproxy.h>

Completed in 325 milliseconds

12345