Home
last modified time | relevance | path

Searched refs:ns_root_uid (Results 1 – 2 of 2) sorted by relevance

/net/
Dsysctl_net.c61 kuid_t ns_root_uid; in net_ctl_set_ownership() local
64 ns_root_uid = make_kuid(net->user_ns, 0); in net_ctl_set_ownership()
65 if (uid_valid(ns_root_uid)) in net_ctl_set_ownership()
66 *uid = ns_root_uid; in net_ctl_set_ownership()
/net/core/
Dnet_namespace.c504 kuid_t ns_root_uid = make_kuid(net->user_ns, 0); in net_ns_get_ownership() local
507 if (uid_valid(ns_root_uid)) in net_ns_get_ownership()
508 *uid = ns_root_uid; in net_ns_get_ownership()