taglinefilesource code
grp80include/linux/mroute.hstruct in_addr grp;
grp347include/linux/sched.hextern int in_group_p(gid_t grp);
grp749kernel/sys.cint in_group_p(gid_t grp)
grp753kernel/sys.cif (grp == current->fsgid)
grp759kernel/sys.cif (current->groups[i] == grp)
grp218kernel/sysctl.cstatic int in_egroup_p(gid_t grp)
grp222kernel/sysctl.cif (grp == current->euid)
grp228kernel/sysctl.cif (current->groups[i] == grp)