Searched refs:r_gss_ctx (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c436 if (req->r_gss_ctx == NULL) {
446 cp = req->r_gss_ctx;
680 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
908 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1522 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1567 req->r_gss_ctx = cp;
1583 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1588 req->r_gss_ctx = NULL;
1641 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
H A Dnfs.h897 struct nfs_gss_clnt_ctx *r_gss_ctx; /* RPCSEC_GSS context */ member in struct:nfsreq
H A Dnfs_socket.c3579 if (req->r_gss_ctx)
4006 (req->r_wrongsec[i] == RPCAUTH_KRB5)) && (req->r_gss_ctx &&
4007 (req->r_gss_ctx->gss_clnt_service == RPCSEC_GSS_SVC_SYS))) {
4111 if (!req->r_gss_ctx)
4585 if (req->r_procnum == NFSPROC_NULL && req->r_gss_ctx != NULL)

Completed in 90 milliseconds