iscsi_complete_pdu
rc = iscsi_complete_pdu(conn, hdr, rx_data, rx_data_len);
EXPORT_SYMBOL_GPL(iscsi_complete_pdu);
rc = iscsi_complete_pdu(conn, tcp_conn->in.hdr,
rc = iscsi_complete_pdu(conn, tcp_conn->in.hdr, NULL, 0);
rc = iscsi_complete_pdu(conn, hdr, NULL, 0);
iscsi_complete_pdu(conn, hdr, data, data_len);
extern int iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *,