Searched defs:auth_ops (Results 1 – 2 of 2) sorted by relevance
137 struct auth_ops { struct153 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument
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