Searched defs:nsproxy (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dnsproxy.h21 * The nsproxy is shared by tasks which share all namespaces.
23 * nsproxy is copied.
25 struct nsproxy { struct
33 extern struct nsproxy init_nsproxy;
38 * 1. only current task is allowed to change tsk->nsproxy pointer or
39 * any pointer on the nsproxy itself
46 * nsproxy = task_nsproxy(tsk);
47 * if (nsproxy != NULL) {
60 static inline struct nsproxy *task_nsproxy(struct task_struct *tsk)
62 return rcu_dereference(tsk->nsproxy);
[all...]
H A Dsched.h366 struct nsproxy;
1434 struct nsproxy *nsproxy; member in struct:task_struct

Completed in 344 milliseconds