Home
last modified time | relevance | path

Searched refs:UNX_NGROUPS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dauth_unix.c21 kgid_t uc_gids[UNX_NGROUPS];
84 if (groups > UNX_NGROUPS) in unx_create_cred()
85 groups = UNX_NGROUPS; in unx_create_cred()
90 if (i < UNX_NGROUPS) in unx_create_cred()
134 if (groups > UNX_NGROUPS) in unx_match()
135 groups = UNX_NGROUPS; in unx_match()
139 if (groups < UNX_NGROUPS && gid_valid(cred->uc_gids[groups])) in unx_match()
168 for (i = 0; i < UNX_NGROUPS && gid_valid(cred->uc_gids[i]); i++) in unx_marshal()
Dsvcauth_unix.c814 if (slen > UNX_NGROUPS || (len -= (slen + 2)*4) < 0) in svcauth_unix_accept()
/Linux-v4.19/include/linux/sunrpc/
Dauth.h36 #define UNX_NGROUPS 16 macro