Searched refs:new_nsproxy (Results 1 – 1 of 1) sorted by relevance
3241 struct nsproxy *new_nsproxy = NULL; in ksys_unshare() local3292 err = unshare_nsproxy_namespaces(unshare_flags, &new_nsproxy, in ksys_unshare()3302 if (new_fs || new_fd || do_sysvsem || new_cred || new_nsproxy) { in ksys_unshare()3315 if (new_nsproxy) { in ksys_unshare()3316 switch_task_namespaces(current, new_nsproxy); in ksys_unshare()3317 new_nsproxy = NULL; in ksys_unshare()3338 if (new_nsproxy) in ksys_unshare()3339 put_nsproxy(new_nsproxy); in ksys_unshare()