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

/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c615 if (nrp->nr_auth == NULL)
616 nrp->nr_auth = nfs_getauth(nrp, secflavour,
619 rpc_gss_refresh_auth_call(nrp->nr_auth);
620 auth = nrp->nr_auth;
H A Dnfs.h533 AUTH *nr_auth; member in struct:nfssockreq
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1622 if (nmp->nm_sockreq.nr_auth != NULL)
1623 AUTH_DESTROY(nmp->nm_sockreq.nr_auth);
1694 if (nmp->nm_sockreq.nr_auth != NULL)
1695 AUTH_DESTROY(nmp->nm_sockreq.nr_auth);

Completed in 170 milliseconds