Lines Matching refs:group
194 kgid_t group;
595 (gid_valid(tun->group) && !in_egroup_p(tun->group))) &&
2347 tun->group = INVALID_GID;
2395 if (gid_valid(tun->group) &&
2397 from_kgid_munged(current_user_ns(), tun->group)))
2719 return gid_valid(tun->group) ?
2721 from_kgid_munged(current_user_ns(), tun->group)):
2727 static DEVICE_ATTR(group, 0444, tun_show_group, NULL);
3075 kgid_t group;
3203 /* Set group of the device */
3204 group = make_kgid(current_user_ns(), arg);
3205 if (!gid_valid(group)) {
3209 tun->group = group;
3211 netif_info(tun, drv, tun->dev, "group set to %u\n",
3212 from_kgid(&init_user_ns, tun->group));