Home
last modified time | relevance | path

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

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