taglinefilesource code
grp80include/linux/mroute.hstruct in_addr grp;
grp343include/linux/sched.hextern int in_group_p(gid_t grp);
grp640kernel/sys.cint in_group_p(gid_t grp)
grp644kernel/sys.cif (grp == current->fsgid)
grp650kernel/sys.cif (current->groups[i] == grp)
grp195kernel/sysctl.cstatic int in_egroup_p(gid_t grp)
grp199kernel/sysctl.cif (grp == current->euid)
grp205kernel/sysctl.cif (current->groups[i] == grp)