.TH "iscsi_node_tpgt_get" 3 "iscsi_node_tpgt_get" "June 2023" "API Manual" LINUX .SH NAME iscsi_node_tpgt_get \- Retrieve target portal group tag of specified iSCSI node. .SH SYNOPSIS .B "int32_t" iscsi_node_tpgt_get .BI "(struct iscsi_node *" node ");" .SH ARGUMENTS .IP "node" 12 Pointer of 'struct iscsi_node'. If this pointer is NULL, your program will be terminated by assert. .SH "DESCRIPTION" Retrieve the target portal group tag of specified iSCSI node. .SH "RETURN" int32_t. -1 for unknown.