Lines Matching full:rpc
5 * Generic RPC client authentication API.
92 MODULE_PARM_DESC(auth_hashtable_size, "RPC credential cache hashtable size");
96 MODULE_PARM_DESC(auth_max_cred_cachesize, "RPC credential maximum total cache size");
148 request_module("rpc-auth-%u", flavor); in rpcauth_get_authops()
285 * Initialize RPC credential cache
374 * Clear the RPC credential cache, and delete those credentials
404 * Destroy the RPC credential cache
715 * rpcauth_marshcred - Append RPC credential to end of @xdr
716 * @task: controlling RPC task
717 * @xdr: xdr_stream containing initial portion of RPC Call header
732 * rpcauth_wrap_req_encode - XDR encode the RPC procedure
733 * @task: controlling RPC task
749 * rpcauth_wrap_req - XDR encode and wrap the RPC procedure
750 * @task: controlling RPC task
765 * rpcauth_checkverf - Validate verifier in RPC Reply header
766 * @task: controlling RPC task
767 * @xdr: xdr_stream containing RPC Reply header
788 * @task: controlling RPC task
804 * @task: controlling RPC task