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

12345

/linux-master/fs/afs/
H A Dsuper.c27 #include <linux/nsproxy.h>
/linux-master/kernel/cgroup/
H A Dcgroup.c56 #include <linux/nsproxy.h>
1418 cset = current->nsproxy->cgroup_ns->root_cset;
1446 if (current->nsproxy) {
1447 cset = current->nsproxy->cgroup_ns->root_cset;
1453 * nsproxy == NULL. Fall back to cgrp_dfl_root which will make all
1969 if (current->nsproxy->cgroup_ns == &init_cgroup_ns) {
2266 ctx->ns = current->nsproxy->cgroup_ns;
4042 ctx->ns = current->nsproxy->cgroup_ns;
6295 current->nsproxy->cgroup_ns);
6457 current->nsproxy
[all...]
/linux-master/drivers/tty/
H A Dtty_io.c111 #include <linux/nsproxy.h>
/linux-master/drivers/android/
H A Dbinderfs.c686 info->ipc_ns = get_ipc_ns(current->nsproxy->ipc_ns);
/linux-master/net/core/
H A Dpktgen.c520 struct pktgen_net *pn = net_generic(current->nsproxy->net_ns, pg_net_id);
/linux-master/kernel/
H A Dpid_namespace.c366 if (task->nsproxy) {
367 ns = task->nsproxy->pid_ns_for_children;
391 struct nsproxy *nsproxy = nsset->nsproxy; local
416 put_pid_ns(nsproxy->pid_ns_for_children);
417 nsproxy->pid_ns_for_children = get_pid_ns(new);
/linux-master/ipc/
H A Dshm.c44 #include <linux/nsproxy.h>
833 ns = current->nsproxy->ipc_ns;
1246 ns = current->nsproxy->ipc_ns;
1438 ns = current->nsproxy->ipc_ns;
1575 ns = current->nsproxy->ipc_ns;
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;
/linux-master/include/linux/
H A Dsysctl.h35 struct nsproxy;
H A Dtime_namespace.h7 #include <linux/nsproxy.h>
49 void timens_on_fork(struct nsproxy *nsproxy, struct task_struct *tsk);
70 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets;
77 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets;
84 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets;
91 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets;
101 struct time_namespace *ns = current->nsproxy->time_ns;
141 static inline void timens_on_fork(struct nsproxy *nsproxy, argument
[all...]
H A Dnsproxy.h28 * The nsproxy is shared by tasks which share all namespaces.
30 * nsproxy is copied.
32 struct nsproxy { struct
43 extern struct nsproxy init_nsproxy;
56 struct nsproxy *nsproxy; member in struct:nsset
72 * 1. only current task is allowed to change tsk->nsproxy pointer or
73 * any pointer on the nsproxy itself. Current must hold the task_lock
74 * when changing tsk->nsproxy.
81 * nsproxy
[all...]
H A Dinit_task.h27 extern struct nsproxy init_nsproxy;
H A Dcgroup.h23 #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>
/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/fs/nfsd/
H A Dexport.c253 nfsd_file_cache_purge(current->nsproxy->net_ns);
/linux-master/drivers/net/
H A Dtap.c6 #include <linux/nsproxy.h>
513 struct net *net = current->nsproxy->net_ns;
H A Dmacvtap.c7 #include <linux/nsproxy.h>
/linux-master/drivers/infiniband/core/
H A Duser_mad.c1003 if (!rdma_dev_access_netns(port->ib_dev, current->nsproxy->net_ns)) {
1101 if (!rdma_dev_access_netns(port->ib_dev, current->nsproxy->net_ns)) {
H A Ducma.c45 #include <linux/nsproxy.h>
/linux-master/net/l2tp/
H A Dl2tp_core.c45 #include <linux/nsproxy.h>

Completed in 515 milliseconds

12345