Home
last modified time | relevance | path

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

/linux/net/
H A Dsysctl_net.c60 kuid_t ns_root_uid; in net_ctl_set_ownership() local
63 ns_root_uid = make_kuid(net->user_ns, 0); in net_ctl_set_ownership()
64 if (uid_valid(ns_root_uid)) in net_ctl_set_ownership()
65 *uid = ns_root_uid; in net_ctl_set_ownership()
/linux/kernel/
H A Dpid.c742 kuid_t ns_root_uid;
745 ns_root_uid = make_kuid(pidns->user_ns, 0);
746 if (uid_valid(ns_root_uid))
747 *uid = ns_root_uid;
700 kuid_t ns_root_uid; pid_table_root_set_ownership() local
/linux/net/core/
H A Dnet_namespace.c612 kuid_t ns_root_uid = make_kuid(net->user_ns, 0); in net_ns_get_ownership() local
615 if (uid_valid(ns_root_uid)) in net_ns_get_ownership()
616 *uid = ns_root_uid; in net_ns_get_ownership()