Searched refs:nsproxy (Results 1 - 11 of 11) sorted by relevance

/include/linux/
H A Dnsproxy.h25 * The nsproxy is shared by tasks which share all namespaces.
27 * nsproxy is copied.
29 struct nsproxy { struct
37 extern struct nsproxy init_nsproxy;
42 * 1. only current task is allowed to change tsk->nsproxy pointer or
43 * any pointer on the nsproxy itself. Current must hold the task_lock
44 * when changing tsk->nsproxy.
51 * nsproxy = task->nsproxy;
52 * if (nsproxy !
[all...]
H A Dproc_ns.h8 struct nsproxy;
15 int (*install)(struct nsproxy *nsproxy, void *ns);
H A Dutsname.h7 #include <linux/nsproxy.h>
73 return &current->nsproxy->uts_ns->name;
H A Duser_namespace.h5 #include <linux/nsproxy.h>
H A Dsysctl.h32 struct nsproxy;
158 struct nsproxy *namespaces);
H A Dipc_namespace.h8 #include <linux/nsproxy.h>
H A Dpid_namespace.h9 #include <linux/nsproxy.h>
H A Dinit_task.h62 extern struct nsproxy init_nsproxy;
212 .nsproxy = &init_nsproxy, \
H A Dsched.h386 struct nsproxy;
1419 struct nsproxy *nsproxy; member in struct:task_struct
/include/net/
H A Dscm.h8 #include <linux/nsproxy.h>
H A Dnet_namespace.h146 #include <linux/nsproxy.h>

Completed in 3947 milliseconds