Searched refs:cr_ops (Results 1 – 5 of 5) sorted by relevance
364 if (!cred->cr_ops->crkey_to_expire) in rpcauth_cred_key_to_expire()366 return cred->cr_ops->crkey_to_expire(cred); in rpcauth_cred_key_to_expire()373 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()375 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()558 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()591 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()606 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()608 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()647 cred->cr_ops = ops; in rpcauth_init_cred()699 new = cred->cr_ops->crbind(task, cred, lookupflags); in rpcauth_bindcred()[all …]
232 if (!tcred->cr_ops->crkey_timeout) { in generic_key_timeout()239 ret = tcred->cr_ops->crkey_timeout(tcred); in generic_key_timeout()
138 .cr_ops = &null_credops,
55 const struct rpc_credops *cr_ops; member
1218 cred->cr_ops = &gss_nullops; in gss_destroying_context()