Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dnfssvc.c84 .pg_authenticate = &svc_set_client,
116 .pg_authenticate = &svc_set_client, /* export authentication */
/linux-3.4.99/include/linux/sunrpc/
Dsvc.h376 int (*pg_authenticate)(struct svc_rqst *); member
/linux-3.4.99/fs/nfs/
Dcallback.c411 .pg_authenticate = nfs_callback_authenticate,
/linux-3.4.99/fs/lockd/
Dsvc.c660 .pg_authenticate = &lockd_authenticate /* export authentication */
/linux-3.4.99/net/sunrpc/
Dsvc.c1125 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()