Searched refs:gc_ctx (Results 1 – 3 of 3) sorted by relevance
45 struct xdr_netobj gc_ctx; /* context handle */ member86 struct gss_cl_ctx __rcu *gc_ctx; member
144 rcu_assign_pointer(gss_cred->gc_ctx, ctx); in gss_cred_set_ctx()186 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_cred_get_ctx()1253 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_destroying_context()1320 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_destroy_nullcred()1322 RCU_INIT_POINTER(gss_cred->gc_ctx, NULL); in gss_destroy_nullcred()1408 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_stringify_acceptor()1424 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_stringify_acceptor()1466 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_key_timeout()1485 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_match()
1023 if (gc->gc_proc == RPC_GSS_PROC_INIT && gc->gc_ctx.len != 0) in gss_read_common_verf()1025 if (dup_netobj(in_handle, &gc->gc_ctx)) in gss_read_common_verf()1461 if (svc_safe_getnetobj(argv, &gc->gc_ctx)) in svcauth_gss_accept()1463 if (crlen != round_up_to_quad(gc->gc_ctx.len) + 5 * 4) in svcauth_gss_accept()1481 rsci = gss_svc_searchbyctx(sn->rsc_cache, &gc->gc_ctx); in svcauth_gss_accept()