Searched refs:cr_ops (Results 1 – 5 of 5) sorted by relevance
365 if (!cred->cr_ops->crkey_to_expire) in rpcauth_cred_key_to_expire()367 return cred->cr_ops->crkey_to_expire(cred); in rpcauth_cred_key_to_expire()374 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()376 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()561 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()594 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()609 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()611 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()650 cred->cr_ops = ops; in rpcauth_init_cred()699 new = cred->cr_ops->crbind(task, cred, lookupflags); in rpcauth_bindcred()[all …]
140 .cr_ops = &null_credops,
248 ret = tcred->cr_ops->crkey_timeout(tcred); in generic_key_timeout()
67 const struct rpc_credops *cr_ops; member
1260 cred->cr_ops = &gss_nullops; in gss_destroying_context()