same_creds
bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred);
if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) ||
if (!same_creds(&rqstp->rq_cred, &slot->sl_cred))
if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) {
if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred)) {
if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred)) {
&& !same_creds(&unconf->cl_cred,