Lines Matching defs:nsproxy
1183 struct nsproxy *nsproxy; member
2868 struct nsproxy { struct
2869 atomic_t count;
2870 struct uts_namespace *uts_ns;
2871 struct ipc_namespace *ipc_ns;
2872 struct mnt_namespace *mnt_ns;
2873 struct pid_namespace *pid_ns_for_children;
2874 struct net *net_ns;
2875 struct time_namespace *time_ns;
2876 struct time_namespace *time_ns_for_children;
2877 struct cgroup_namespace *cgroup_ns;
13980 struct nsproxy *nsproxy; member