Lines Matching defs:nsproxy
1668 struct nsproxy *nsproxy; member
2912 struct nsproxy { struct
2913 atomic_t count;
2914 struct uts_namespace *uts_ns;
2915 struct ipc_namespace *ipc_ns;
2916 struct mnt_namespace *mnt_ns;
2917 struct pid_namespace *pid_ns_for_children;
2918 struct net *net_ns;
2919 struct time_namespace *time_ns;
2920 struct time_namespace *time_ns_for_children;
2921 struct cgroup_namespace *cgroup_ns;
15517 struct nsproxy *nsproxy; member