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

/netbsd-current/sys/fs/nfs/common/
H A Dnfs_commonkrpc.c622 if (nrp->nr_auth == NULL)
623 nrp->nr_auth = nfs_getauth(nrp, secflavour,
626 rpc_gss_refresh_auth_call(nrp->nr_auth);
627 auth = nrp->nr_auth;
H A Dnfs.h537 AUTH *nr_auth; member in struct:nfssockreq
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clvfsops.c1624 if (nmp->nm_sockreq.nr_auth != NULL)
1625 AUTH_DESTROY(nmp->nm_sockreq.nr_auth);
1696 if (nmp->nm_sockreq.nr_auth != NULL)
1697 AUTH_DESTROY(nmp->nm_sockreq.nr_auth);

Completed in 82 milliseconds