Lines Matching refs:rpc_cred
48 struct rpc_cred { struct
116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
117 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
122 struct rpc_cred *);
127 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
128 void (*crdestroy)(struct rpc_cred *);
130 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
140 int (*crkey_timeout)(struct rpc_cred *);
141 char * (*crstringify_acceptor)(struct rpc_cred *);
162 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
163 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
164 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
165 void put_rpccred(struct rpc_cred *);
185 char * rpcauth_stringify_acceptor(struct rpc_cred *);
188 struct rpc_cred *get_rpccred(struct rpc_cred *cred) in get_rpccred()