Searched refs:nsproxy (Results 76 - 100 of 111) sorted by last modified time

12345

/linux-master/include/linux/
H A Dinit_task.h27 extern struct nsproxy init_nsproxy;
H A Duser_namespace.h6 #include <linux/nsproxy.h>
H A Dpid_namespace.h10 #include <linux/nsproxy.h>
/linux-master/fs/devpts/
H A Dinode.c246 (current->nsproxy->mnt_ns == init_task.nsproxy->mnt_ns);
/linux-master/fs/
H A Dproc_namespace.c11 #include <linux/nsproxy.h>
242 struct nsproxy *nsp;
253 nsp = task->nsproxy;
H A Dpnode.c11 #include <linux/nsproxy.h>
H A Dfs_context.c15 #include <linux/nsproxy.h>
294 fc->net_ns = get_net(current->nsproxy->net_ns);
/linux-master/kernel/bpf/
H A Dcgroup_iter.c249 current->nsproxy->cgroup_ns);
H A Dtcx.c13 struct net *net = current->nsproxy->net_ns;
62 struct net *net = current->nsproxy->net_ns;
125 struct net *net = current->nsproxy->net_ns;
312 struct net *net = current->nsproxy->net_ns;
H A Doffload.c251 netdev = dev_get_by_index(current->nsproxy->net_ns, attr->prog_ifindex);
515 struct net *net = current->nsproxy->net_ns;
/linux-master/drivers/net/
H A Dmacvtap.c7 #include <linux/nsproxy.h>
/linux-master/drivers/infiniband/core/
H A Ducma.c45 #include <linux/nsproxy.h>
H A Duverbs_main.c916 if (!rdma_dev_access_netns(ib_dev, current->nsproxy->net_ns)) {
/linux-master/ipc/
H A Dmqueue.c34 #include <linux/nsproxy.h>
456 ctx->ipc_ns = get_ipc_ns(current->nsproxy->ipc_ns);
897 struct vfsmount *mnt = current->nsproxy->ipc_ns->mq_mnt;
959 struct ipc_namespace *ipc_ns = current->nsproxy->ipc_ns;
H A Dsem.c85 #include <linux/nsproxy.h>
612 ns = current->nsproxy->ipc_ns;
1661 ns = current->nsproxy->ipc_ns;
1781 ns = current->nsproxy->ipc_ns;
2230 ns = current->nsproxy->ipc_ns;
2380 sma = sem_obtain_object_check(tsk->nsproxy->ipc_ns, semid);
H A Dnamespace.c11 #include <linux/nsproxy.h>
217 struct nsproxy *nsproxy; local
220 nsproxy = task->nsproxy;
221 if (nsproxy)
222 ns = get_ipc_ns(nsproxy->ipc_ns);
235 struct nsproxy *nsproxy = nsset->nsproxy; local
[all...]
H A Dmsg.c39 #include <linux/nsproxy.h>
307 ns = current->nsproxy->ipc_ns;
606 ns = current->nsproxy->ipc_ns;
738 ns = current->nsproxy->ipc_ns;
857 ns = current->nsproxy->ipc_ns;
1107 ns = current->nsproxy->ipc_ns;
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h26 #include <linux/nsproxy.h>
/linux-master/net/ceph/
H A Dmessenger.c10 #include <linux/nsproxy.h>
1270 ip_len = dns_query(current->nsproxy->net_ns,
1694 write_pnet(&msgr->net, get_net(current->nsproxy->net_ns));
/linux-master/kernel/cgroup/
H A Dnamespace.c6 #include <linux/nsproxy.h>
100 struct nsproxy *nsproxy = nsset->nsproxy; local
108 if (cgroup_ns == nsproxy->cgroup_ns)
112 put_cgroup_ns(nsproxy->cgroup_ns);
113 nsproxy->cgroup_ns = cgroup_ns;
121 struct nsproxy *nsproxy; local
124 nsproxy
[all...]
/linux-master/fs/smb/client/
H A Ddns_resolve.c68 rc = dns_query(current->nsproxy->net_ns, NULL, hostname, len,
/linux-master/drivers/net/mctp/
H A Dmctp-i2c.c828 dev_net_set(ndev, current->nsproxy->net_ns);
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c349 ns = current->nsproxy->ipc_ns;
/linux-master/kernel/time/
H A Dnamespace.c198 return current->nsproxy->time_ns->vvar_page;
264 struct nsproxy *nsproxy; local
267 nsproxy = task->nsproxy;
268 if (nsproxy) {
269 ns = nsproxy->time_ns;
280 struct nsproxy *nsproxy; local
283 nsproxy
306 struct nsproxy *nsproxy = nsset->nsproxy; local
326 timens_on_fork(struct nsproxy *nsproxy, struct task_struct *tsk) argument
[all...]
/linux-master/arch/parisc/kernel/
H A Dvdso.c16 #include <linux/nsproxy.h>

Completed in 382 milliseconds

12345