taglinefilesource code
grp80include/linux/mroute.hstruct in_addr grp;
grp347include/linux/sched.hextern int in_group_p(gid_t grp);
grp750kernel/sys.cint in_group_p(gid_t grp)
grp754kernel/sys.cif (grp == current->fsgid)
grp760kernel/sys.cif (current->groups[i] == grp)
grp215kernel/sysctl.cstatic int in_egroup_p(gid_t grp)
grp219kernel/sysctl.cif (grp == current->euid)
grp225kernel/sysctl.cif (current->groups[i] == grp)