Searched defs:auth_ops (Results 1 – 1 of 1) sorted by relevance
95 struct auth_ops { struct96 char * name;97 struct module *owner;98 int flavour;99 int (*accept)(struct svc_rqst *rq, __be32 *authp);100 int (*release)(struct svc_rqst *rq);124 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument