Searched refs:old_uid (Results 1 – 1 of 1) sorted by relevance
2358 kuid_t old_uid = GLOBAL_ROOT_UID, new_uid = GLOBAL_ROOT_UID;2363 net_ns_get_ownership(net_old, &old_uid, &old_gid); in netdev_change_owner() 2369 if (uid_eq(old_uid, new_uid) && gid_eq(old_gid, new_gid)) in netdev_change_owner() 2364 kuid_t old_uid = GLOBAL_ROOT_UID, new_uid = GLOBAL_ROOT_UID; netdev_change_owner() local