Home
last modified time | relevance | path

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

/linux/net/
H A Dsysctl_net.c61 kgid_t ns_root_gid; in net_ctl_set_ownership() local
67 ns_root_gid = make_kgid(net->user_ns, 0); in net_ctl_set_ownership()
68 if (gid_valid(ns_root_gid)) in net_ctl_set_ownership()
69 *gid = ns_root_gid; in net_ctl_set_ownership()
/linux/kernel/
H A Dpid.c752 kgid_t ns_root_gid; in pid_table_root_set_ownership() local
758 ns_root_gid = make_kgid(pidns->user_ns, 0); in pid_table_root_set_ownership()
759 if (gid_valid(ns_root_gid)) in pid_table_root_set_ownership()
760 *gid = ns_root_gid; in pid_table_root_set_ownership()
/linux/net/core/
H A Dnet_namespace.c615 kgid_t ns_root_gid = make_kgid(net->user_ns, 0); in net_ns_get_ownership() local
620 if (gid_valid(ns_root_gid)) in net_ns_get_ownership()
621 *gid = ns_root_gid; in net_ns_get_ownership()