Home
last modified time | relevance | path

Searched refs:rpcauth_register (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/sunrpc/
Dauth.h131 int rpcauth_register(const struct rpc_authops *);
/linux-2.6.39/net/sunrpc/
Dauth.c90 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register() function
105 EXPORT_SYMBOL_GPL(rpcauth_register);
/linux-2.6.39/net/sunrpc/auth_gss/
Dauth_gss.c1617 err = rpcauth_register(&authgss_ops); in init_rpcsec_gss()