Searched refs:nsproxy (Results 1 – 6 of 6) sorted by relevance
32 struct nsproxy { struct43 extern struct nsproxy init_nsproxy; argument67 struct nsproxy *nsproxy; member108 void switch_task_namespaces(struct task_struct *tsk, struct nsproxy *new);110 void free_nsproxy(struct nsproxy *ns);111 int unshare_nsproxy_namespaces(unsigned long, struct nsproxy **,115 static inline void put_nsproxy(struct nsproxy *ns) in put_nsproxy()121 static inline void get_nsproxy(struct nsproxy *ns) in get_nsproxy()126 DEFINE_FREE(put_nsproxy, struct nsproxy *, if (_T) put_nsproxy(_T))
49 void timens_on_fork(struct nsproxy *nsproxy, struct task_struct *tsk);70 struct timens_offsets *ns_offsets = ¤t->nsproxy->time_ns->offsets; in timens_add_monotonic()77 struct timens_offsets *ns_offsets = ¤t->nsproxy->time_ns->offsets; in timens_add_boottime()84 struct timens_offsets *ns_offsets = ¤t->nsproxy->time_ns->offsets; in timens_add_boottime_ns()91 struct timens_offsets *ns_offsets = ¤t->nsproxy->time_ns->offsets; in timens_sub_boottime()101 struct time_namespace *ns = current->nsproxy->time_ns; in timens_ktime_to_host()141 static inline void timens_on_fork(struct nsproxy *nsproxy, in timens_on_fork() argument
27 extern struct nsproxy init_nsproxy;
82 return ¤t->nsproxy->uts_ns->name; in utsname()
35 struct nsproxy;
69 struct nsproxy;1213 struct nsproxy *nsproxy; member