Lines Matching defs:nsproxy
1100 struct nsproxy *nsproxy; member
2066 struct nsproxy { struct
2067 atomic_t count;
2068 struct uts_namespace *uts_ns;
2069 struct ipc_namespace *ipc_ns;
2070 struct mnt_namespace *mnt_ns;
2071 struct pid_namespace *pid_ns_for_children;
2072 struct net *net_ns;
2073 struct time_namespace *time_ns;
2074 struct time_namespace *time_ns_for_children;
2075 struct cgroup_namespace *cgroup_ns;
14968 struct nsproxy *nsproxy; member