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