Home
last modified time | relevance | path

Searched refs:svc_return_autherr (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc.h531 __be32 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err);
/kernel/linux/linux-5.10/net/sunrpc/
Dsvc.c1161 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err) in svc_return_autherr() function
1166 EXPORT_SYMBOL_GPL(svc_return_autherr);
/kernel/linux/linux-5.10/fs/nfs/
Dcallback_xdr.c991 return svc_return_autherr(rqstp, rpc_autherr_badcred); in nfs4_callback_compound()