gc_ctx 45 include/linux/sunrpc/auth_gss.h struct xdr_netobj gc_ctx; /* context handle */ gc_ctx 87 include/linux/sunrpc/auth_gss.h struct gss_cl_ctx __rcu *gc_ctx; gc_ctx 122 net/sunrpc/auth_gss/auth_gss.c rcu_assign_pointer(gss_cred->gc_ctx, ctx); gc_ctx 164 net/sunrpc/auth_gss/auth_gss.c ctx = rcu_dereference(gss_cred->gc_ctx); gc_ctx 1253 net/sunrpc/auth_gss/auth_gss.c rcu_dereference_protected(gss_cred->gc_ctx, 1); gc_ctx 1262 net/sunrpc/auth_gss/auth_gss.c rcu_assign_pointer(new->gc_ctx, ctx); gc_ctx 1279 net/sunrpc/auth_gss/auth_gss.c struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); gc_ctx 1339 net/sunrpc/auth_gss/auth_gss.c struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); gc_ctx 1341 net/sunrpc/auth_gss/auth_gss.c RCU_INIT_POINTER(gss_cred->gc_ctx, NULL); gc_ctx 1421 net/sunrpc/auth_gss/auth_gss.c ctx = rcu_dereference(gss_cred->gc_ctx); gc_ctx 1437 net/sunrpc/auth_gss/auth_gss.c ctx = rcu_dereference(gss_cred->gc_ctx); gc_ctx 1479 net/sunrpc/auth_gss/auth_gss.c ctx = rcu_dereference(gss_cred->gc_ctx); gc_ctx 1498 net/sunrpc/auth_gss/auth_gss.c ctx = rcu_dereference(gss_cred->gc_ctx); gc_ctx 1040 net/sunrpc/auth_gss/svcauth_gss.c if (gc->gc_proc == RPC_GSS_PROC_INIT && gc->gc_ctx.len != 0) gc_ctx 1042 net/sunrpc/auth_gss/svcauth_gss.c if (dup_netobj(in_handle, &gc->gc_ctx)) gc_ctx 1524 net/sunrpc/auth_gss/svcauth_gss.c if (svc_safe_getnetobj(argv, &gc->gc_ctx)) gc_ctx 1526 net/sunrpc/auth_gss/svcauth_gss.c if (crlen != round_up_to_quad(gc->gc_ctx.len) + 5 * 4) gc_ctx 1544 net/sunrpc/auth_gss/svcauth_gss.c rsci = gss_svc_searchbyctx(sn->rsc_cache, &gc->gc_ctx);