Searched refs:nsproxy (Results 26 - 50 of 109) sorted by relevance

12345

/linux-master/fs/proc/
H A Dnamespaces.c3 #include <linux/nsproxy.h>
/linux-master/security/apparmor/
H A Dpath.c14 #include <linux/nsproxy.h>
/linux-master/ipc/
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;
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 Dutil.c62 #include <linux/nsproxy.h>
909 iter->ns = get_ipc_ns(current->nsproxy->ipc_ns);
H A Dshm.c44 #include <linux/nsproxy.h>
837 ns = current->nsproxy->ipc_ns;
1250 ns = current->nsproxy->ipc_ns;
1442 ns = current->nsproxy->ipc_ns;
1579 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/kernel/bpf/
H A Dnet_namespace.c312 net = current->nsproxy->net_ns;
401 ret = __netns_bpf_prog_detach(current->nsproxy->net_ns, type, prog);
H A Dcgroup_iter.c249 current->nsproxy->cgroup_ns);
/linux-master/fs/devpts/
H A Dinode.c246 (current->nsproxy->mnt_ns == init_task.nsproxy->mnt_ns);
/linux-master/include/linux/
H A Duser_namespace.h6 #include <linux/nsproxy.h>
H A Dsysctl.h35 struct nsproxy;
H A Dsched.h64 struct nsproxy;
1110 struct nsproxy *nsproxy; member in struct:task_struct
/linux-master/drivers/net/
H A Dmacvtap.c7 #include <linux/nsproxy.h>
H A Dnetkit.c505 dev = netkit_dev_fetch(current->nsproxy->net_ns, attr->target_ifindex,
545 dev = netkit_dev_fetch(current->nsproxy->net_ns, attr->target_ifindex,
576 dev = netkit_dev_fetch(current->nsproxy->net_ns,
761 dev = netkit_dev_fetch(current->nsproxy->net_ns,
/linux-master/drivers/net/ipvlan/
H A Dipvtap.c7 #include <linux/nsproxy.h>
/linux-master/include/net/
H A Dscm.h11 #include <linux/nsproxy.h>
/linux-master/init/
H A Dinit_task.c119 .nsproxy = &init_nsproxy,
/linux-master/fs/
H A Dfs_context.c15 #include <linux/nsproxy.h>
294 fc->net_ns = get_net(current->nsproxy->net_ns);
H A Dpnode.c11 #include <linux/nsproxy.h>
/linux-master/fs/ecryptfs/
H A Dmessaging.c12 #include <linux/nsproxy.h>
/linux-master/net/netfilter/
H A Dnf_bpf_link.c209 struct net *net = current->nsproxy->net_ns;
/linux-master/kernel/
H A DMakefile11 kthread.o sys_ni.o nsproxy.o \
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c349 ns = current->nsproxy->ipc_ns;
/linux-master/drivers/net/netdevsim/
H A Dbus.c437 nsim_bus_dev->initial_net = current->nsproxy->net_ns;

Completed in 270 milliseconds

12345