Searched refs:rq_gssclient (Results 1 – 6 of 6) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 998 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client() 999 if (rqstp->rq_gssclient == NULL) in svcauth_gss_set_client() 1974 if (rqstp->rq_gssclient) in svcauth_gss_release() 1975 auth_domain_put(rqstp->rq_gssclient); in svcauth_gss_release() 1976 rqstp->rq_gssclient = NULL; in svcauth_gss_release() 2005 return svcauth_gss_flavor(rqstp->rq_gssclient); in svcauth_gss_pseudoflavor()
|
| /linux/fs/nfsd/ |
| H A D | export.c | 1155 if (exp->ex_client == rqstp->rq_gssclient) in check_security_flavor() 1249 if (rqstp->rq_gssclient == NULL) in rqst_exp_get_by_name() 1251 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name() 1331 rqstp->rq_client, rqstp->rq_gssclient, in rqst_find_fsidzero_export()
|
| H A D | nfs4idmap.c | 534 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
|
| H A D | nfsfh.c | 472 rqstp->rq_client, rqstp->rq_gssclient, in fh_verify()
|
| H A D | nfs4proc.c | 2595 rqstp->rq_client, rqstp->rq_gssclient, in nfsd4_getdeviceinfo()
|
| /linux/include/linux/sunrpc/ |
| H A D | svc.h | 241 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */ member
|