Lines Matching refs:rpc_cred
300 rpcauth_unhash_cred_locked(struct rpc_cred *cred) in rpcauth_unhash_cred_locked()
308 rpcauth_unhash_cred(struct rpc_cred *cred) in rpcauth_unhash_cred()
353 rpcauth_key_timeout_notify(struct rpc_auth *auth, struct rpc_cred *cred) in rpcauth_key_timeout_notify()
362 rpcauth_cred_key_to_expire(struct rpc_cred *cred) in rpcauth_cred_key_to_expire()
371 rpcauth_stringify_acceptor(struct rpc_cred *cred) in rpcauth_stringify_acceptor()
385 struct rpc_cred *cred; in rpcauth_destroy_credlist()
388 cred = list_entry(head->next, struct rpc_cred, cr_lru); in rpcauth_destroy_credlist()
403 struct rpc_cred *cred; in rpcauth_clear_credcache()
412 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_credcache()
454 struct rpc_cred *cred, *next; in rpcauth_prune_expired()
544 struct rpc_cred *
550 struct rpc_cred *cred = NULL, in rpcauth_lookup_credcache()
620 struct rpc_cred *
624 struct rpc_cred *ret; in rpcauth_lookupcred()
640 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred()
656 struct rpc_cred *
657 rpcauth_generic_bind_cred(struct rpc_task *task, struct rpc_cred *cred, int lookupflags) in rpcauth_generic_bind_cred()
665 static struct rpc_cred *
679 static struct rpc_cred *
690 rpcauth_bindcred(struct rpc_task *task, struct rpc_cred *cred, int flags) in rpcauth_bindcred()
693 struct rpc_cred *new; in rpcauth_bindcred()
713 put_rpccred(struct rpc_cred *cred) in put_rpccred()
751 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_marshcred()
762 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_checkverf()
783 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_wrap_req()
808 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_unwrap_resp()
822 struct rpc_cred *cred; in rpcauth_refreshcred()
827 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
845 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_invalcred()
856 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_uptodatecred()