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