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.c750 kgid_t ns_root_gid; in pid_table_root_set_ownership() local
756 ns_root_gid = make_kgid(pidns->user_ns, 0); in pid_table_root_set_ownership()
757 if (gid_valid(ns_root_gid)) in pid_table_root_set_ownership()
758 *gid = ns_root_gid; in pid_table_root_set_ownership()
/linux/net/core/
H A Dnet_namespace.c611 kgid_t ns_root_gid = make_kgid(net->user_ns, 0); in net_ns_get_ownership() local
616 if (gid_valid(ns_root_gid)) in net_ns_get_ownership()
617 *gid = ns_root_gid; in net_ns_get_ownership()