Searched defs:auth_ops (Results 1 – 1 of 1) sorted by relevance
126 struct auth_ops { struct127 char * name;128 struct module *owner;129 int flavour;130 int (*accept)(struct svc_rqst *rq, __be32 *authp);131 int (*release)(struct svc_rqst *rq);155 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument