Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfssvc.c83 .pg_authenticate = &svc_set_client,
115 .pg_authenticate = &svc_set_client, /* export authentication */
/linux-4.4.14/include/linux/sunrpc/
Dsvc.h390 int (*pg_authenticate)(struct svc_rqst *); member
/linux-4.4.14/fs/nfs/
Dcallback.c474 .pg_authenticate = nfs_callback_authenticate,
/linux-4.4.14/fs/lockd/
Dsvc.c700 .pg_authenticate = &lockd_authenticate /* export authentication */
/linux-4.4.14/net/sunrpc/
Dsvc.c1128 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()