Home
last modified time | relevance | path

Searched refs:cr_auth (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dauth_null.c139 .cr_auth = &null_auth,
H A Dauth_tls.c171 .cr_auth = &tls_auth,
H A Dauth_unix.c175 struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in unx_validate()
H A Dauth.c277 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_unhash_cred()
598 cred->cr_auth = auth; in rpcauth_init_cred()
H A Dclnt.c1354 hdrsize += RPC_REPHDRSIZE + req->rq_cred->cr_auth->au_ralign; in rpc_prepare_reply_pages()
1867 const struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in call_allocate()
/openbmc/linux/include/linux/sunrpc/
H A Dauth.h52 struct rpc_auth * cr_auth; member
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c597 struct gss_auth *gss_auth = container_of(cred->cr_auth, in gss_refresh_upcall()
1286 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_send_destroy_context()
1347 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroy_nullcred()
1615 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred()
1722 if (test_bit(RPCAUTH_AUTH_UPDATE_SLACK, &cred->cr_auth->au_flags)) in gss_validate()
1723 cred->cr_auth->au_verfsize = XDR_QUADLEN(len) + 2; in gss_validate()
1954 struct rpc_auth *auth = cred->cr_auth; in gss_update_rslack()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Drpc_rdma.c894 &rqst->rq_cred->cr_auth->au_flags); in rpcrdma_marshal_req()