.TH "iscsi_context_userdata_get" 3 "iscsi_context_userdata_get" "June 2023" "API Manual" LINUX .SH NAME iscsi_context_userdata_get \- Get user data pointer. .SH SYNOPSIS .B "void *" iscsi_context_userdata_get .BI "(struct iscsi_context *" ctx ");" .SH ARGUMENTS .IP "ctx" 12 Pointer of 'struct iscsi_context'. If this pointer is NULL, your program will be terminated by assert. .SH "DESCRIPTION" Retrieve user data pointer from 'struct iscsi_context'. .SH "RETURN" void *. Pointer of user defined data.