rctxh 274 net/sunrpc/auth_gss/gss_rpc_upcall.c struct gssx_ctx rctxh = { rctxh 285 net/sunrpc/auth_gss/gss_rpc_upcall.c .context_handle = &rctxh, rctxh 315 net/sunrpc/auth_gss/gss_rpc_upcall.c data->out_handle = rctxh.exported_context_token; rctxh 316 net/sunrpc/auth_gss/gss_rpc_upcall.c data->mech_oid.len = rctxh.mech.len; rctxh 317 net/sunrpc/auth_gss/gss_rpc_upcall.c if (rctxh.mech.data) { rctxh 318 net/sunrpc/auth_gss/gss_rpc_upcall.c memcpy(data->mech_oid.data, rctxh.mech.data, rctxh 320 net/sunrpc/auth_gss/gss_rpc_upcall.c kfree(rctxh.mech.data); rctxh 322 net/sunrpc/auth_gss/gss_rpc_upcall.c client_name = rctxh.src_name.display_name; rctxh 323 net/sunrpc/auth_gss/gss_rpc_upcall.c target_name = rctxh.targ_name.display_name;