rpc_gss_getcred
bool_t rpc_gss_getcred(struct svc_req *req, rpc_gss_rawcred_t **rcred,
rpc_gss_entries.rpc_gss_getcred = rpc_gss_getcred;
rpc_gss_getcred_ftype *rpc_gss_getcred;
if (rpc_gss_entries.rpc_gss_getcred != NULL)
ret = (*rpc_gss_entries.rpc_gss_getcred)(req, rcred, ucred,
bool_t rpc_gss_getcred(struct svc_req *req, rpc_gss_rawcred_t **rcred,
if (!rpc_gss_getcred(rqstp, &rcred, &ucred, NULL)) {