Home
last modified time | relevance | path

Searched refs:pg_authenticate (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dcallback.c408 .pg_authenticate = nfs_callback_authenticate,
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c111 .pg_authenticate = &svc_set_client,
140 .pg_authenticate = &svc_set_client, /* export authentication */
/openbmc/linux/include/linux/sunrpc/
H A Dsvc.h339 enum svc_auth_status (*pg_authenticate)(struct svc_rqst *rqstp); member
/openbmc/linux/fs/lockd/
H A Dsvc.c722 .pg_authenticate = &lockd_authenticate, /* export authentication */
/openbmc/linux/net/sunrpc/
H A Dsvc.c1341 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()