Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dauth.h164 int rpcauth_register(const struct rpc_authops *);
/linux-4.4.14/net/sunrpc/
Dauth.c95 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register() function
110 EXPORT_SYMBOL_GPL(rpcauth_register);
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c2053 err = rpcauth_register(&authgss_ops); in init_rpcsec_gss()