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

/freebsd-12-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c683 if (nrp->nr_auth == NULL)
684 nrp->nr_auth = nfs_getauth(nrp, secflavour,
687 rpc_gss_refresh_auth_call(nrp->nr_auth);
688 auth = nrp->nr_auth;
H A Dnfs.h590 AUTH *nr_auth; member in struct:nfssockreq
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1638 if (nmp->nm_sockreq.nr_auth != NULL)
1639 AUTH_DESTROY(nmp->nm_sockreq.nr_auth);
1739 if (nmp->nm_sockreq.nr_auth != NULL)
1740 AUTH_DESTROY(nmp->nm_sockreq.nr_auth);

Completed in 75 milliseconds