Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c258 struct gssx_ctx rctxh = { in gssp_accept_sec_context_upcall() local
268 .context_handle = &rctxh, in gssp_accept_sec_context_upcall()
299 data->out_handle = rctxh.exported_context_token; in gssp_accept_sec_context_upcall()
300 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()
301 if (rctxh.mech.data) in gssp_accept_sec_context_upcall()
302 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()
304 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall()