Lines Matching defs:nsproxy
667 struct nsproxy *nsproxy; member
1070 struct nsproxy { struct
1071 atomic_t count;
1072 struct uts_namespace *uts_ns;
1073 struct ipc_namespace *ipc_ns;
1074 struct mnt_namespace *mnt_ns;
1075 struct pid_namespace *pid_ns_for_children;
1076 struct net *net_ns;
1077 struct time_namespace *time_ns;
1078 struct time_namespace *time_ns_for_children;
1079 struct cgroup_namespace *cgroup_ns;
1115 struct nsproxy *nsproxy; member