Searched refs:sc_ngroups (Results 1 – 3 of 3) sorted by relevance
1103 dbgmsg("sockcred.sc_ngroups %d", sockcred->sc_ngroups); in check_scm_creds_sockcred()1125 if (sockcred->sc_ngroups == 0) { in check_scm_creds_sockcred()1129 if (sockcred->sc_ngroups < 0) { in check_scm_creds_sockcred()1131 sockcred->sc_ngroups); in check_scm_creds_sockcred()1134 if (sockcred->sc_ngroups != proc_cred.gid_num) { in check_scm_creds_sockcred()1136 sockcred->sc_ngroups, proc_cred.gid_num); in check_scm_creds_sockcred()1140 "sockcred.sc_ngroups", sockcred->sc_ngroups, true) < 0) in check_scm_creds_sockcred()
486 int sc_ngroups; /* number of supplemental groups */ member
2045 sc->sc_ngroups = ngroups; in unp_addsockcred()2046 for (i = 0; i < sc->sc_ngroups; i++) in unp_addsockcred()