Searched defs:auth_ops (Results 1 – 1 of 1) sorted by relevance
115 struct auth_ops { struct116 char * name;117 struct module *owner;118 int flavour;119 int (*accept)(struct svc_rqst *rq, __be32 *authp);120 int (*release)(struct svc_rqst *rq);144 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument