Searched refs:nsproxy (Results 1 – 6 of 6) sorted by relevance
30 struct nsproxy { struct39 extern struct nsproxy init_nsproxy; argument69 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()
10 struct nsproxy;20 int (*install)(struct nsproxy *nsproxy, struct ns_common *ns);
75 return ¤t->nsproxy->uts_ns->name; in utsname()
65 extern struct nsproxy init_nsproxy;243 .nsproxy = &init_nsproxy, \
34 struct nsproxy;
465 struct nsproxy;1852 struct nsproxy *nsproxy; member