taglinefilesource code
grp80include/linux/mroute.hstruct in_addr grp;
grp333include/linux/sched.hextern int in_group_p(gid_t grp);
grp620kernel/sys.cint in_group_p(gid_t grp)
grp624kernel/sys.cif (grp == current->fsgid)
grp630kernel/sys.cif (current->groups[i] == grp)
grp189kernel/sysctl.cstatic int in_egroup_p(gid_t grp)
grp193kernel/sysctl.cif (grp == current->euid)
grp199kernel/sysctl.cif (current->groups[i] == grp)