Searched refs:new_nsproxy (Results 1 – 1 of 1) sorted by relevance
3121 struct nsproxy *new_nsproxy = NULL; in ksys_unshare() local3166 err = unshare_nsproxy_namespaces(unshare_flags, &new_nsproxy, in ksys_unshare()3177 if (new_fs || new_fd || do_sysvsem || new_cred || new_nsproxy) { in ksys_unshare()3190 if (new_nsproxy) in ksys_unshare()3191 switch_task_namespaces(current, new_nsproxy); in ksys_unshare()