Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dauth_unix.c93 if (groups > UNX_NGROUPS) in unx_match()
94 groups = UNX_NGROUPS; in unx_match()
140 for (i = 0; i < UNX_NGROUPS && i < gi->ngroups; i++) in unx_marshal()
H A Dsvcauth_unix.c957 if (len > UNX_NGROUPS) in svcauth_unix_accept()
/openbmc/linux/include/linux/sunrpc/
H A Dauth.h34 #define UNX_NGROUPS 16 macro