Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dsvc_auth.c191 if (xprt->xp_ngrps <= 0) in svc_getcred()
195 crsetgroups_and_egid(cr, xprt->xp_ngrps, xprt->xp_gidp, GID_NOGROUP); in svc_getcred()
H A Dsvc.h154 int xp_ngrps; /* Cred. from TLS cert. */ member
/freebsd/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c505 xprt->xp_ngrps = ngrps; in _svcauth_rpcsec_tls()