Home
last modified time | relevance | path

Searched refs:nsproxy (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dnsproxy.h30 struct nsproxy { struct
39 extern struct nsproxy init_nsproxy; argument
69 void switch_task_namespaces(struct task_struct *tsk, struct nsproxy *new);
70 void free_nsproxy(struct nsproxy *ns);
71 int unshare_nsproxy_namespaces(unsigned long, struct nsproxy **,
75 static inline void put_nsproxy(struct nsproxy *ns) in put_nsproxy()
82 static inline void get_nsproxy(struct nsproxy *ns) in get_nsproxy()
Dproc_ns.h10 struct nsproxy;
20 int (*install)(struct nsproxy *nsproxy, struct ns_common *ns);
Dutsname.h75 return &current->nsproxy->uts_ns->name; in utsname()
Dinit_task.h65 extern struct nsproxy init_nsproxy;
243 .nsproxy = &init_nsproxy, \
Dsysctl.h34 struct nsproxy;
Dsched.h465 struct nsproxy;
1852 struct nsproxy *nsproxy; member