Searched refs:new_nsproxy (Results 1 – 1 of 1) sorted by relevance
3195 struct nsproxy *new_nsproxy = NULL; in ksys_unshare() local3242 err = unshare_nsproxy_namespaces(unshare_flags, &new_nsproxy, in ksys_unshare()3252 if (new_fs || new_fd || do_sysvsem || new_cred || new_nsproxy) { in ksys_unshare()3265 if (new_nsproxy) { in ksys_unshare()3266 switch_task_namespaces(current, new_nsproxy); in ksys_unshare()3267 new_nsproxy = NULL; in ksys_unshare()3298 if (new_nsproxy) in ksys_unshare()3299 put_nsproxy(new_nsproxy); in ksys_unshare()