Home
last modified time | relevance | path

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

/net/sunrpc/
A Dsvcauth.c46 struct auth_ops *aops; in svc_get_auth_ops() local
52 if (aops != NULL && !try_module_get(aops->owner)) in svc_get_auth_ops()
53 aops = NULL; in svc_get_auth_ops()
55 return aops; in svc_get_auth_ops()
61 module_put(aops->owner); in svc_put_auth_ops()
78 struct auth_ops *aops; in svc_authenticate() local
91 if (aops == NULL) { in svc_authenticate()
99 rqstp->rq_authop = aops; in svc_authenticate()
133 if (aops) { in svc_authorise()
135 svc_put_auth_ops(aops); in svc_authorise()
[all …]

Completed in 4 milliseconds