Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c287 struct gssx_ctx rctxh = { in gssp_accept_sec_context_upcall() local
298 .context_handle = &rctxh, in gssp_accept_sec_context_upcall()
328 data->out_handle = rctxh.exported_context_token; in gssp_accept_sec_context_upcall()
329 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()
330 if (rctxh.mech.data) { in gssp_accept_sec_context_upcall()
331 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()
333 kfree(rctxh.mech.data); in gssp_accept_sec_context_upcall()
335 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall()
336 target_name = rctxh.targ_name.display_name; in gssp_accept_sec_context_upcall()