Searched defs:aops (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/
H A Dsvcauth.c40 struct auth_ops *aops; local
49 if (flavor >= RPC_AUTH_MAXFLAVOR || !(aops = authtab[flavor]) ||
50 !try_module_get(aops->owner)) {
59 rqstp->rq_authop = aops;
60 return aops->accept(rqstp, authp);
76 struct auth_ops *aops = rqstp->rq_authop; local
81 if (aops) {
82 rv = aops->release(rqstp);
83 module_put(aops->owner);
89 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) argument
[all...]

Completed in 38 milliseconds