Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c274 struct gssx_ctx rctxh = { in gssp_accept_sec_context_upcall() local
285 .context_handle = &rctxh, in gssp_accept_sec_context_upcall()
315 data->out_handle = rctxh.exported_context_token; in gssp_accept_sec_context_upcall()
316 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()
317 if (rctxh.mech.data) { in gssp_accept_sec_context_upcall()
318 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()
320 kfree(rctxh.mech.data); in gssp_accept_sec_context_upcall()
322 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall()
323 target_name = rctxh.targ_name.display_name; in gssp_accept_sec_context_upcall()