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 *);
128 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
129 void (*crdestroy)(struct rpc_cred *);
131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
141 int (*crkey_timeout)(struct rpc_cred *);
142 char * (*crstringify_acceptor)(struct rpc_cred *);
164 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
165 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
166 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
167 void put_rpccred(struct rpc_cred *);
187 char * rpcauth_stringify_acceptor(struct rpc_cred *);
190 struct rpc_cred *get_rpccred(struct rpc_cred *cred) in get_rpccred()