Home
last modified time | relevance | path

Searched refs:ns_root_uid (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/
H A 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()
/kernel/linux/linux-6.6/net/
H A 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()
/kernel/linux/linux-5.10/net/core/
H A Dnet_namespace.c525 kuid_t ns_root_uid = make_kuid(net->user_ns, 0); in net_ns_get_ownership() local
528 if (uid_valid(ns_root_uid)) in net_ns_get_ownership()
529 *uid = ns_root_uid; in net_ns_get_ownership()
/kernel/linux/linux-6.6/net/core/
H A Dnet_namespace.c521 kuid_t ns_root_uid = make_kuid(net->user_ns, 0); in net_ns_get_ownership() local
524 if (uid_valid(ns_root_uid)) in net_ns_get_ownership()
525 *uid = ns_root_uid; in net_ns_get_ownership()

Completed in 5 milliseconds