Home
last modified time | relevance | path

Searched defs:rpc_authops (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/sunrpc/
Dauth.h93 struct rpc_authops { struct
94 struct module *owner;
95 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */
96 char * au_name;
120 extern const struct rpc_authops authunix_ops; argument