Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dauth.h72 struct rpc_authops;
80 const struct rpc_authops *au_ops;
107 struct rpc_authops { struct
146 extern const struct rpc_authops authunix_ops; argument
147 extern const struct rpc_authops authnull_ops;
148 extern const struct rpc_authops authtls_ops;
155 int rpcauth_register(const struct rpc_authops *);
156 int rpcauth_unregister(const struct rpc_authops *);
108 ownerrpc_authops global() argument
109 au_flavorrpc_authops global() argument
110 au_namerpc_authops global() argument
111 createrpc_authops global() argument
113 destroyrpc_authops global() argument
115 hash_credrpc_authops global() argument
116 lookup_credrpc_authops global() argument
117 crcreaterpc_authops global() argument
118 info2flavorrpc_authops global() argument
119 flavor2inforpc_authops global() argument
121 key_timeoutrpc_authops global() argument
/linux/net/sunrpc/
H A Dauth_null.c104 const struct rpc_authops authnull_ops = {
H A Dauth_tls.c138 const struct rpc_authops authtls_ops = {
H A Dauth_unix.c214 const struct rpc_authops authunix_ops = {