Home
last modified time | relevance | path

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

/include/linux/
Dnsproxy.h32 struct nsproxy { struct
43 extern struct nsproxy init_nsproxy; argument
67 struct nsproxy *nsproxy; member
108 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))
Dtime_namespace.h49 void timens_on_fork(struct nsproxy *nsproxy, struct task_struct *tsk);
70 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
77 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
84 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
91 struct timens_offsets *ns_offsets = &current->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
Dinit_task.h27 extern struct nsproxy init_nsproxy;
Dutsname.h82 return &current->nsproxy->uts_ns->name; in utsname()
Dsysctl.h35 struct nsproxy;
Dsched.h69 struct nsproxy;
1213 struct nsproxy *nsproxy; member